React-native-firebase Questions
Ad
listRef.listAll() function is undefined (react-native-firebase)
I am trying to get the list of images in a directory from firebase storage. example i want to get all image in
firebase analytics: find useruid for app_remove
I am using firebase (react-native-firebase if it matters). in the events section of the console, i see that the app_remove event tracks
Unexpected behaviour when React Native re-renders component
I'm using react-native-card-stack-swiper library in my react-native app. i'm using firebase realtime database for backend. expected
Is it possible for Firebase Auth to validate email and password without creating a new user?
Firebase.createuserwithemailandpassword(email, password) also validates the email & password and
Problems importing/using RNFirebaseAuthPackage
I am having trouble connecting react-native-firebase into my react-native project. it is installed and firebase has shown me that it is connected,
Get key and value from firebase push notification
I have an react-native app (android) to receive push notification from firebase console.
firebase react-native: convert anonymous user to a permanent user via phone auth
My react-native application allows users to sign in anonymously using firebase. after that i am hoping to allow user to create an account via
Change default firebase database programmatically and run the same firebase functions both on default and secondary database
Background - i'm setting up a new feature that allows users to select which city they are in, since my app is a public transportation app. i
Make push notifications appear as pop up when app is on background with firebase
I am setting up push notifications with my react native app to android users using firebase cloud messaging. so far i have followed
Error message - RNFirebase core module was not found natively on iOS
React native firebase won’t install on ios react native project. it works fine on android. i followed this instruction.
Ad
React Native 'firebase.messaging().getToken()' is not called from 'RNFirebaseMessaging.java' class android in release apk
I am using react-native-firebase library for firebase push-notifications in react native from android platfrom. my code works perfect in
How to enabled floating notification by default with react-native-firebase?
Halo, i have push notification in react-native using react-native-firebase, it's running well on emulator but on some devices the floating
React-Native Firebase: Token refresh not working
I have an issue with react-native-firebase (or firebase) in which my app does not receive a trigger after the auth token refreshes. it's pretty
Android permission RECEIVE_BOOT_COMPLETED vs firebase remote push notifications vs google play policy
I've recently built a react native (web) app that uses firebase to receive push notifications. there are two different react libraries for this
Possible Unhandled Promise Rejection (id: 1): TypeError: Network re quest failed
I am using react native verion >0.6 i am running my app in my mobile with nodejs and i have a stable internet connection i am making a register
gRPCCertificates.bundle: No such file or directory
After adding firebase core using pods, and building the project from the workspace, i get the following error, any
How to unlink react-native-firebase from IOS?
I am using react-native-firebase for notifications in my android application. it work well on android app. in my ios app i am using apple
Which appDelegate file do I add Firebase code to?
I want to attach firebase to my react native app, and in the guide on the firebase site it says "to connect firebase when your app starts up, add
Unable to fetch data from Firebase Firestore in react native
I am trying to get data from firestore but i cannot see data coming. i am building a react-native app. i am using react-native-firebase. i
React Quill images uploaded are pixelated
What's happening: i'm using react-quill as a text editor and it works well, except when i upload an image via my backend, it
Does firebase cloud messaging allow targeting of push notifications to a specific device/user etc
I am trying out firebase cloud messaging (react-native-firebase) and it seems that i am only able to push notifications to all android/ios users,
Ad
How can I set notification sound when app is not running in React-Native firebase
I'm trying to make notification ringing when app is not running in ios. here is my code. this.notificationlistener =
Android FCM token without colon (:)
I'm building a voip app, and i'd like to use fcm to be notified of incoming calls. the fcm token generated on android contains a instanceid
firebase: admin.auth().updateUser() causes auth/user-token-expired
i successfully auth with phone-number. (i can check firebase.auth.currentuser that i'm logged in.) then i'm calling my
Deleting User account using Passwordless Authentication?
I have implemented passwordless signup/signin from firebase for my react-native app but i can't understand how will the delete account method work
How to update the UI on firebase realtime database "push" in offline mode
I'm using react-native-firebase in my app. the problem i'm facing is how to handle the ui updates when user tries to push data when offline.
Does Firebase Firestore keep a local copy of snapshot
I am using firebase firestore for my chat room application. i have a function to send messages to firebase as const
Where is Xcode Project in React Native?
I am trying to find my xcode project file inside react native so i can setup react native firebase
Cannot parse Firebase url. Please use https://<YOUR FIREBASE>.firebaseio.com
While i click on the login button i get this error : [19:49:11] [2018-12-25t20:49:57.389z] @firebase/database:, firebase fatal
I do not see any admob production ads. In react native
I connected the admob using the 'react-native-firebase' library. we plan to apply only interstitial ads. currently, we have successfully run
Getting an undefined object error in react native while using state?
I am getting an error "undefined is not an object(evaluating "this.state.user") while calling login function through a button. the value of
Getting : TypeError: undefined is not a function (evaluating 'filePath.replace('file://', '')') while uploading a blob to firebase storage
I am developing an small react native poc with firebase storage in which a user selects image and uploads it to firebase storage under
Ad
Firebase integration with React-Native IOS app is failing
I am trying to integrate the firebase service with react-native framework. i am trying to follow this tutorial in udemy:
React native app is multiple dex with over 65536 methods
I am programming react native app on android. when i run on android, it show error: multiple dex with over 65536 methods. here is
Error: Bundling failed - While trying to resolve module 'react-native-firebase'
I'm trying to use firebase authentication and am getting the below error when running react-native run-android. the error is
Firebase OnAuthStateChanged for Phone Auth fires even for iOS
I'm currently developing a mobile app where firebase use for otp service for both android and ios.also have to mention i'm using react native with
React-native-firebase Database - Retrieve datas from nested calls
I have a firebase database as such (for instance): { 'itemcategories': [ _categorykey1: { name: 'category
RNFetchBlob is not working to upload image
I am trying to make a upload function for my firebase cloud storage. i am using rnfetchblob, along with react-native-image-picker. i can select
React Native Firebase updating to 5.0.0 ios errors
After updating react-native-firebase to 5.0.0 i then had to update to react-native 0.57.1 after updating react native when i go to do
React Native Firebase. After pushing data to firebase database I get null instead of snapshot in then()
I use react native firebase for working with firebase. in redux action i have: export const startaction = (item) => {
react-native-firebase notification crash
App crashes when receiving a notification on android device with android os 8.1.0, in simulator. this happens while in the app. it does not happen
Firebase Messaging - Uninstalling doesn't prevent notifications
We have an ios react native app that receives fcm notifications from a firebase server via react-native-firebase. we get the "messaging
How to get and pass the JWT through to server?
I am using react native firebase auth, however my user profiles are actually stored in my relational database. because of this, i have mapped the
Ad
What's the difference between Firebase JavaScript SDK and react-native-firebase
I am trying to use to use firebase (cloud firestore) for a react-native app, to store my json objects. i ve seen people using firebase in
link user parameter "value" into event value in firebase event console
I'm generating an event in my mobile app using this method: var param = {}; param.value = response[1];
The custom token corresponds to a different audience
I'm using firebase for authentication on my app, while developing i created a firebase project which i was using for that purpose, but now i've to
react-native-firebase - App Crash after Push Notification Received (Android)
I have a nodejs server and when my react native app receive a push notification from the server, the app stop
Using componentWillUpdate with switch statements
I am using react-native and react-native-firebase and am trying to have my events component make a
Error: reactNativeFirebase2.default.auth is not a function
I have a signup.js component used to sign up users to my app. it is inspired/copied from
How to get documents with array containing a specific string in Firestore with React-Native
I am just getting started with firebase and am trying to determine how to best structure my firestore database. what i want is to find
React Native Firebase. Platform specific installation. Where to get bundle ID?
I am on the step of platform specific installation, ios. it is said in instructions: a googleservice-info.plist file
Firebase real time database transaction while offline
I am using react-native-firebase package in a react native application and am trying to understand how transactions work in offline. i am trying
react-native error after import firebase
I have installed firebase package in my project using cmd npm install --save firebase when i
React native firebase notification heads up are not showing in some devices
Hi i am using react native firebase for notifications
Ad
firebase.notifications() is throwing error in react-native-firebase
I have successfully integrated firebase on my mobile application. for now i am testing it on android. i am successfully receiving notification. my
Firebase Firestore error on build : Call to constructor of 'firebase::firestore::util::FormatArg' is ambiguous
I'm using react native firebase for my react native project. recently i updated my rnfirebase and pods, and now this error shows up when i try to
React Native Firebase - Database Update with state values
I want to update values in the firebase - database, based on entered user informations from textinputs. i set the state in the onchange events of
React Native Firebase Storage Upload fails with Unknown error
I am using react-native-firebase to work with our firebase
react-native firebase No properties to serialize found on class com.facebook.react.bridge.ReadableNativeMap
Eversince i switched from the firebase web sdk to react-native-firebase, i cannot create a usernode on the database after registering the user. i
React Native Firebase request for permission
According to react-native-firebase documentation in notifications/receiving notifications: before you are able to send and
Firebase CM Unregistered registration token
I'm using react-native-firebase v4.0.3 to send push notifications on devices. after using:
Firestore onSnapshot() and get() causing Android App to Crash
Issue firestore onsnapshot() and get() causing android app to crash. i am certain that i did not do anything
Ad
Blog Categories
Ad