Results for firebase
I am creating a questionnaire app and I am thinking of using the Realtime Database, and I understand that they use JSON with the following format: 1st...
When login with Firebase it getting following error in some devices. Error:- An internal error has occurred, print and inspect the error details for ...
I originally had a Google Cloud project with some APIs enabled for Maps and a few other services. Later, I wanted to integrate Firebase Cloud Messagin...
I am using the 'firebase deploy' command to deploy a Next.JS project to firebase. When deploying functions, the command attempts to create a Cloud Run...
In my 2nd generation cloud function i have the following code: export const roomEnter = functions.https.onCall(async (request: any) => { // initial...
I'm new to React Native and i'm looking for the best way to render a view ONCE my firestore query returns the object. Below is the code of the view I ...
I'm using a sveltekit app for the frontend, and a python backend. I'm using the admin sdk to perform server-side validation and storing the cookies, u...
I have Firestore database with documents structure like this startDate - String endDate - String pages - Array(String) and Storage database with files...
I have an object set initial data by useState like this const Price = () => { const [price, setPrice] = useState({ vehicleType: "", price: 0...
Within my app, I want to listen for children being added, therfore I use the onChildAdded listener. When the listener is initally invoked, I don't wan...
Despite having changed my rules to the below, I am getting FirebaseError: Missing or insufficient permissions. Are there any other reasons firestore w...
I am using firebase realtime database in my app and i want to send fixed notifications automatically when there is a changed in realtime database but ...
I want to implement a very simple push notification system using Firebase Cloud Messaging. The MAUI project is built on top of the .NET 8 version. I'v...
I'm (unsuccessfully) trying to play an audio file stored in Firebase using AVAudioPlayer. I'm getting the following error message: Error creating audi...
I am running a firebase query to fetch some products that belong to a category. When using the emulator everything runs fine. However when deploying t...
I accidentally served content in my project with cache headers set to expire in one year, and Firebase Hosting seems to do aggressive caching. Even af...
Firebase Apple SDK version 10.15.0 introduced a feature that "adds the option to allow the SDK to create cache indexes automatically to improve query ...
I'm trying to remove a Firebase Authentication account in my Android Java app. I have the account info in both Firebase Authentication and Firestore. ...
My situation: I'm filtering on a date field, and I require it to be null. However, a database record in which the date field is not null is somehow ma...
I am getting this TLS & Socket hang up error each time my firebase function tries to access a collection group in my firestore database, any ideas wha...
Firebase has added new feature, which allows for multiple databases. I created a new database , say mynewdatabase. I configured googleservices.json fo...
I have an idea of an application that will be revelationary and everyone that has iOS or Android will use it so my question is can Firebase handle for...
I have a search bar where I can search data from Firestore. But with this it is case-sensitive. How can I change it so it's case-insensitive? var name...
If I request a read operation in Firestore like the following and retrieve only one document, does the read count increase by one? Query query = todos...
This works in Firebase Functions when "engines": { "node": "16" } is set (we use it in production now). package.json dep: "@ffmpeg-installer/ffmpeg": ...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?