-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Description
Has anybody tested the library with the latest [email protected]? I've just rapidly tried to upgrade my existing app, which depends on react-native-firebase
from [email protected] to [email protected], and after the upgrade on Android (New Architecture) it tells
No Firebase App '[DEFAULT]' has been created - call firebase.initializeApp()
(which, I believe is supposed to happen automatically, thus I assume it fails to initialize for [email protected]).
Also, what is the status of the new architecture support? With [email protected] the library works for me in an app using the new architecture on Android; but if I am not missing anything, it does not work alongside the new arch on iOS. The new arch has been around for a while now, and it is supported by most popular RN libraries... this one not supporting it is quite a bummer.