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 We noticed that our TypeScript setup doesn't work anymore with the latest `22.3.0`. This is most likely caused by https://github.com/invertase/react-native-firebase/pull/8378. One cause could be that the following type...
## Issue After upgrading to 23.3.1 from 21.13.0 the body in the request for the flags is sending analyticsUserProperties as an empty object on android, making me unable to keep...
## Issue I am building a Genkit example using firebase functions and React Native. I keep hitting an error when trying to use App Check though. I was wondering if...
the method to call is actually `initializeFirestore` - native lets us call that any time in order to change settings, contrary to the JS SDK documentation, but the API does...
## Problem Using `@react-native-firebase/messaging` on Android. The `onMessage` listener works fine when the app first opens, but after I put the app in background and then bring it back to...
## Issue When switching to modular api for logging screens ``` await logEvent(analytics, 'screen_view', { firebase_screen: currentRouteName, firebase_screen_class: currentRouteName }); ``` I see UIViewController or MainActivity on the Analytics Dashboard....
## Issue Using the newest NPM version 11.5.2, doing `npm install` will remove the optional peer dependency `@react-native-async-storage/async-storage`. Then the pipeline that we have is running an older npm version...
Hey amazing invertase team! Happy new year! In Dec 2024, a [PR was merged](https://github.com/firebase/firebase-js-sdk/pull/8609) into `firebase-js-sdk` that allows you to stream responses from Firebase functions which is awesome! I've tried...
## What is happening - Moving away from namespaced API and matching as closely as possible the Firebase JS SDK modular (v9) API. Naturally, the native SDK specific API will...
Bumping firebase-js-sdk still doesn't work for me - the thing that's failing is not lerna:prepare, it's `yarn tests:jest` - for some reason it is selecting an incompatible bundle for the...