You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Configuration options for Firebase initialization. {@link https://firebase.google.com/docs/web/setup#config-object | Learn about the Firebase config object}
77
76
*/
78
-
options: ReactNativeFirebase.FirebaseAppOptions;
77
+
options?: ReactNativeFirebase.FirebaseAppOptions;
79
78
/**
80
79
* Flag indicating whether Firebase Auth should be enabled.
0 commit comments