react-native-firebase icon indicating copy to clipboard operation
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.

Results 318 react-native-firebase issues
Sort by recently updated
recently updated
newest added

## 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...

Impact: Bug
Help: Needs Triage

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,...

Impact: Bug
Help: Needs Triage

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()...

Impact: Bug
Help: Needs Triage

## 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...

Impact: Bug
Help: Needs Triage
Service: Links
Workflow: Needs Review
Help: iOS

## 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 ```...

Impact: Bug
Platform: Android
Workflow: Needs Review
Type: Testing
Impact: Crash
Service: AppCheck

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'...

Impact: Bug
Help: Needs Triage

- 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. -...

Workflow: Needs Review

### 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....

Impact: Bug
Help: Needs Triage

## 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...

Impact: Bug
Help: Needs Triage
Workflow: Needs Review