Replies: 2 comments 6 replies
-
|
It looks like |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
@Feiyang1 for initializeApp being idempotent now, does that mean so is initializeAuth? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
9.0.0-beta.8has been released with the following changes:FirebaseFirestore->FirestoreFirebaseDatabase->DatabaseFirebaseMessaging->MessagingStorageService->FirebaseStorage(Can’t useStoragewhich conflicts with the global type forlocalStorage)Reference(fromfirebase/database) ->DatabaseReferenceFirebaseStorageError->StorageErrorSettings(fromfirebase/firestore) ->FirestoreSettingsAnalyticsOptions->AnalyticsSettingsFirebaseAppConfig->FirebaseAppSettingsSettings(fromfirebase/remote-config) ->RemoteConfigSettingsinitializeApp()becomes idempotent to make it work better with HMR and other use cases. It can be called more than once with the same options and will return the same instance. It will throw if called more than once with different options. No need to wrapinitializeApp()in the if block anymore:Beta Was this translation helpful? Give feedback.
All reactions