I have secured my project with Appcheck in Firebase, I have two apps in my firebase project in which one of them is a web app (https://host-bloodhelper.web.app/
I am working on an angular project, where I am adding MultiFactor Authorisation using firebase authentication, I am trying to verify phone number by firebase.au
When I set up require auth state its works but when it redirects the page it doesn't work. Pages show empty. When I reload then it shows again. import React fro
I'm working with React to build a admin panel for a website, and using Firebase as the authentication system (and data storage, etc). I've gone through a few Pr
import firebase from 'firebase/compat/app'; import "firebase/compat/storage"; import 'firebase/compat/auth'; import 'firebase/compat/firestore'; const firebase
I'm new to programming and I'm developing an app in which the user is suppose to get a notification 30 minutes before an event that's scheduled on the app. The
Trying to make a singup/login page. Code: import firebase from 'firebase'; const config = { apiKey: "AIzaSyCnx2VxuuVmYNeEj22xoyAR0ygS0b1w174", authDomain: "fir-
This is how my firebase firestore data look like You can see that I have the person data field which is a reference type. And this is how I retrieve data from
Under the orders collection, I created a document called counts which would store the counts for the status of the orders: I then created a function to increme
I'm using React native 0.65.1 and "@react-native-firebase/messaging": "12.8.0", and have messaging().getInitialNotification() listener for cases that the app op
As per documentation we can measure the performance of our Firebase Realtime Database with the database profiler tool. Since my app is in live and I want to che
I want to trigger alarm in app when fcm push notification received, when app is closed (quit state) but there is no event trigger. I'm using @react-native-fireb
I am managing to send FCM notifications to my app through Django. Here is my function for pushing notifications: import firebase_admin from firebase_admin impor
Inside of my firebase collection (which is a list elements) I have arrays as well. I am failing to display the elements inside the array in my flutter app. Here
Please tell me specifically how to fix the function so that when the button is clicked (onclick handler) passes the value from the database to the firebase USER
I have been able to implement notification icon/text color in the notification center as per Firebase docs. However, on Android 11 (or at least, on my Galaxy S2
Following this blog post: https://blog.ishangavidusha.com/flutter-authentication-flow-with-go-router-and-provider I have implemented a flutter app using the go
I want to authorize the FireBase application in React Native Expo, but I have an error. I am using FireBase version 8.2.34 ( installed with the command "npm ins
I am developing a Flutter app and one of the functions is a map with locations. I made a database with the locations in Firestore but I am unable to load the ma
Note This form is a floating form it closes enter image description here