i want to extract a value from a json column. The schema is (- first level, -- second level): Column Name | Type | Mode event_params RECORD NULLABLE -key STRI
I know this question has been asked before, but I've tried just about every posted solution and have been unsuccessful. I set up my Firebase realtime database w
I have built a simple Google Sign in for my application. However, when I deploy the apk using Firebase App Distribution, the process returns error code 10 when
My Firestore rule: match /app/info { allow read; } My code: FirebaseFirestore.instance .collection('app') .doc('info') .snapshots()
I have a firebase database linked up to two apps, one being an iOS app and another being a web app coded in node.js which is a basic algorithm that sets data to
I want to set the security rules of the storage to be that only data that send from my web (specific web url) can be stored. Otherwise no one can write and read
so, im a newbie in programming and still learning some stuff (i use windows btw) i try to make an app, connect it to firebase. after setting up everything its
I am having a problem with real time database not working, I copied a project from GitHub and made a new project in firebase with my app ID, added the JSON file
I have a strange problem with firebase in-app message for iOS in swift. the message is getting displayed during the launch as expected,i was sending a URL with
I have an App that makes use of Firebase Authentication using phone SMS verification and recaptcha (no APNS) The App works fine with the Authentication process
I have a problem when I try to login to Firebase using the CLI. I installed firebase-tools using npm -g install firebase-tools with admin rights. The steps I do
Deployed my react app on firebase through my VS code terminal, on clicking the url generated, it's showing me the attached firebase welcome screen. Please who k
I'm trying to update a field timestamp with the Firestore admin timestamp in a collection with more than 500 docs. const batch = db.batch(); const serverTimest
I am new to flutter and im trying to run a chat app with getstream chat api and firebase. I keep running into an error every time i try to sign in or sign up Sc
To handle all possible auth/ errors Firebase can return to a somehow invalid login I am in search for a full list of all auth/ errors. I could find such a list
Iam using django webapp.I signed in with import pyrebase firebase = pyrebase.initialize_app(config) authe = firebase.auth() user = authe.sign_in_with_email_
Imagine we have Chat application and in this application, we have many rooms, some private and some for everyone. Every room has an admin who can manage users (
I'm sending test push notifications form firebase>compose notification page. I receive push notifications on Android 8, 9, 10, 11, but not 12. And I have two
I have Firebase App with Realtime Database, I have db.json as { "brs" : { "route": [ { "routeDestination": "DDDD1", "routeOrigin":
As per docs, it is stated that - "The maximum number of members allowed for a notification key is 20." What are 'members' here? Are they the registration toke