Skip to main content

Questions tagged [firebase]

Firebase is a serverless platform for unified development of applications for mobile devices and for the web.

firebase
0 votes
0 answers
7 views

Testers can not access saved game in Firebase with Android Signed Bundle

With the bundle release (.aab ) file I generated for testing, my testers are able to save games they built using their own images, but they are not able to access it, even though I can see it saved in ...
onye Chigo's user avatar
0 votes
0 answers
15 views

How can i convert date in utc for get data from firebase collectionName in c#

its giving a result but in case of date filter range I'm doing some where mistake which i need to do please help me out here is model AggregateModel public string? collectionName { get; set; } ...
Ronit's user avatar
  • 3
-2 votes
0 answers
20 views

Creating Array and map fields in Firestore through the REST API [closed]

I can create normal records using Firestore API with React native. I'm having trouble creating Array and Map data type records. The error I get is: cannot convert firestore v1 value with type unset ...
MertCelik's user avatar
0 votes
0 answers
9 views

Google Cloud Storage Image Upload not working in Flutter Web App

I have a Flutter Web App that lets me upload an image to Google Cloud storage using Firebase. It works fine in Debug mode on Flutter and even on "flutter run --release". However when I build ...
r00n's user avatar
  • 1
0 votes
1 answer
37 views

Splashscreen api crashes on android 12

My android app crashes due to new splashscreen api implementation after releasing to playstore. Some users have experienced crashes in splashscreen issue as per the crashlytics I have tested in ...
user3048997's user avatar
0 votes
0 answers
20 views

Flutter The library 'package:firebase_core/firebase_core.dart' doesn't export a member with the shown name 'FirebaseOptions'

I just upgraded my Flutter to the latest version (3.22.2), and since then, I kept getting this error in the firebase_options.dart file provided by Firebase when configuring a Firebase project : The ...
swann.wlm's user avatar
0 votes
1 answer
25 views

How do I retrieve data from firestore

I am trying to create a chat app using react vite and firebase, i am using firestore to store and retrieve chats, i imported getFirestore from firebase/firestore, and passed it to the "db" ...
Kevin Anthony's user avatar
0 votes
0 answers
13 views

How to prevent crawl in firebase functions

I have a firebase function lets say that the url is https://test-vx2taqeloc-uc.a.run.app/ I use this function as a http request which can be invoked by anyone. But someone set up some kind of bot that ...
Hebele Hübele's user avatar
0 votes
0 answers
19 views

Testing React + Firebase with emulator

I have a Firebase project where I'm using Firebase Functions and Hosting, and React for the frontend. During firebase init, I set build as my hosting directory, which is created by npm run build. For ...
Joy's user avatar
  • 81
0 votes
0 answers
22 views

Using signInWithRedirect does not show the user email in the Firebase console

With signInWithRedirect, I am redirected fine using the function, but the email does not register on the firebase console, and getRedirectResult gives me a null value every time I'm redirected back ...
nokuree's user avatar
0 votes
0 answers
18 views

How to write FireSQL queries for Grafana

I have this query in the database called "failsuperapp" but as you can see it is not the default one, so how would I access the data in the collection and perform the query in fireSQL format?...
Carlos Angeles's user avatar
-3 votes
1 answer
19 views

How to Structure a Firebase Database and Query Documents from District in Swift? [closed]

I am developing an app using SwiftUI and Swift. I have a Firebase database with the following structure: Collection named products, Documents representing countries, Subcollections representing ...
Ron Tabachnik's user avatar
1 vote
1 answer
39 views

Updating Firestore Documents Using Firebase Cloud Functions is Extremely Slow

I am trying to update documents using Firebase Cloud Functions. My document updates do not need to consider existing values, and since they primarily involve single document updates with minimal risk ...
한경완's user avatar
2 votes
1 answer
18 views

ERROR Error: getBlob() is only available in Browser-like environments

I am trying to fetch data from Firebase storage using Angularfire 18.0.1 : import {Storage, getBlob, ref } from '@angular/fire/storage'; async ngOnInit() { const eventsRef = ref(this.storage, '...
Philip's user avatar
  • 3,344
0 votes
1 answer
20 views

How to test send Firebase silent push notifications?

I don't have experience using Firebase, and I'm trying to test send a silent push notification through FCM to an Android app I'm developing. It seems I can only send regular notifications from the ...
bernardo.g's user avatar

15 30 50 per page
1
2 3 4 5
9581