react-native-firebase
react-native-firebase copied to clipboard
π₯ A well-tested feature-rich modular Firebase implementation for React Native. Supports both iOS & Android platforms for all Firebase services.
## Issue As per [Firebase App Check docs](https://firebase.google.com/docs/app-check) the **SafetyNet** provider has been deprecated, and superseded by **Play Integrity**. Though, [RN Firebase App Check docs](https://rnfirebase.io/app-check/usage) still read the following, and...
Seems like the documentation says that for _react-native-navigaton_ **getIsHeadless()** function can be used to see your app headless state. However, it seems that it always returns false. After some digging,...
If we Trigger the Schedule Notification from Firebase.We getting wrong TimeStamp from Some Android Device (26-1-1970) Currently Noted Devices: Samsung Galaxyβs , Nokia 4.1 , One Plus Code : messaging()...
## Issue When my iOS app is completely closed and I use a dynamic link to open the app, getInitialLink returns null if I do it too soon. If I...
## Issue The AppCheck activate throws an error when enabling DebugAppCheckProviderFactory in Android 6 API like so. ``` java.lang.IllegalAccessException: Class java.lang.Class cannot access method void com.google.firebase.appcheck.debug.DebugAppCheckProviderFactory.(java.lang.String) of class java.lang.Class ```...
I updated my reac-native-firebase version to 15.0.0 Later I didn't start my project. Error on: RNFBCrashlyticsInitProvider: 'FirebaseCoreExtension/FIRLibrary.h' file not found ## My Podfile ``` $RNFirebaseAnalyticsWithoutAdIdSupport=true $RNFirebaseAsStaticFramework=true require_relative '../node_modules/react-native/scripts/react_native_pods' require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'...
- Add `@react-native-firebase/auth` config plugin, which enables captcha for phone auth by modifying `Info.Plist`. - The config plugin is automating the [reCAPTCHA verification steps](https://firebase.google.com/docs/auth/ios/phone-auth#set-up-recaptcha-verification) from the firebase iOS docs. -...
### Description - Replaced SafetyNet with Play Integrity as SafetyNet is deprecated now in favour of play integrity https://developer.android.com/training/safetynet/deprecation-timeline - Reference - https://firebase.google.com/docs/app-check/android/safetynet-provider - No change required for iOS ###...
## Issue Describe your issue here Currently we are experiencing some weird behaviour when we are trying to send notifications via the firebase console to all users of our application....
## Issue I'm using the Realtime Database emulator. On the first load everything is ok, however, if I press "r" on the metro bundler to refresh the app a red...