Firebase – How To Find Any Value in Fire store
I Have the same key M6LMD0D7oyW1ueNKU2c6sXcZZFd2 I just want to check if this is present or not in Firestore. How can I do this?
I Have the same key M6LMD0D7oyW1ueNKU2c6sXcZZFd2 I just want to check if this is present or not in Firestore. How can I do this?
When I use imports enabling type:module in the package json file I can use without problems the imports such as import { ref, set,child ,getDatabase,onValue,get,push, update} from "firebase/database"; and access the data, but I want to interact with that information…
I have 2 nodes in my database items and my_items. I have this function that does a multi-path update, this function deletes an item from items and adds it to the user's my_items: I secured the my_items node in a…
I'm trying to set up basic authentication in my Next App with Firebase and firebase hooks. Whenever I pass the firebase.auth() instance to the hook import {useAuthState} from 'react-firebase-hooks/auth' import firebase from 'firebase/compat/app'; import 'firebase/compat/auth'; export default function App({ Component,…
I don't understand why I can't get data from firebase firestore database. my error : [FirebaseError: Expected first argument to collection() to be a CollectionReference, a DocumentReference or FirebaseFirestore] My config file with firebase config is correctly set, I can…
So I recently started setting up app check for my existing Flutter project (for both android and iOS platforms). I've had no problem with android's "Play Integrity", got the necessary debug token, and can successfully send and retrieve data to/from…
I'm new to flutter .So I was wondering if there is anyway that I can show the firebase auth error codes as the Errortext in textfield ? I am able to print the exception from firebase_auth but dont know how…
I was getting very high firebase reads from past few days so when checked I found it's because of the useEffect getting fired multiple times. if I change the parameter to [] it don't fetch anything. I am created a…
I have one Firebase Authentication account and log in to multiple devices with the same account. the problem is that if I delete my account from one device, I need to delete the account from all devices. How can I…
I'm building a flutter app and have encountered a weird problem that I haven't seen before. I'm using Firebase auth for phone verification through OTP. However, I only receive OTPs on the debug mode for iOS and not the release…