We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8844d48 + 3f68202 commit de6c9c3Copy full SHA for de6c9c3
starter/lib/generated/ensemble_modules.dart
@@ -89,9 +89,9 @@ class EnsembleModules {
89
Future<void> init() async {
90
// Note that notifications is not a module
91
92
- if (useMoEngage || useNotifications || useFirebaseAnalytics) {
+ if (useMoEngage || useNotifications || useFirebaseAnalytics || useAuth) {
93
// if payload is not passed, Firebase configuration files
94
- // are required to be added manualy to iOS and Android
+ // are required to be added manually to iOS and Android
95
try {
96
await Firebase.initializeApp();
97
} catch (e) {
0 commit comments