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 I'm experiencing an issue. When I call `signInWithEmailAndPassword` with valid credentials, everything works fine, and the user is successfully authenticated. However, if I input incorrect credentials, instead of...
## Issue Trying to get token from user. ``` import messaging from '@react-native-firebase/messaging'; import { registerRootComponent } from 'expo'; import React, { useEffect } from 'react'; import { Text }...
With release 10.7.0 of firebase-ios-sdk the auth module gained the ability to set the full name for sign in with apple: https://firebase.google.com/support/release-notes/ios#authentication_7 The OAuth provider likely needs an extension to...
The only thing holding this back is I realized there is an API shape for firebase-js-sdk on `Auth.config` where I could (and should) expose the current authDomain but it has...
### Description Supercedes #7149 - I don't have write access to that tree and it needs some lint fixes to merge, but otherwise is ✅ - all credit to @nahuelb...
Fixes typescript error: ``` Module '"@react-native-firebase/x"' has no exported member 'y'. Did you mean to use 'import y from "@react-native-firebase/x" instead?' [2164]" ``` ### Description Typescript types weren't working for...
## Issue I have update react native version 0.64.2 to 0.72.7. once i am build my android app then issue is getting for Error: No Firebase App '[DEFAULT]' has been...
**RN**: 0.72.7 **RNFB**: 18.7.3 **iOS**: 17.x There appears to be an issue with the decoding of the MultifactorInfo on iOS when performing the MFA sign-in flow, this code is working...
## Issue This line has always caused a small subset of crashes for me in my apps but it's been gaining momentum as of late. Across all versions of iOS...
investigate the source behavior for firebase named queries on collections cached locally from loaded bundles, that behavior has changed in android and ios SDKs since prior versions _Originally posted by...