143,881
questions
0
votes
0
answers
22
views
Error using Firebase Auth through vscode Live Server extension [closed]
I am trying to test my firebase app using vscodes live server extension, but when i try logging in it gives unauthorized domain error.
Im using vanilla js firebase skd.
This is the url: http://127.0.0....
-1
votes
0
answers
9
views
Firebase App Check with DeviceCheck Fails to Generate Assertion on iOS 17.5.1 - DCErrorInvalidInput
I've been using Firebase App Check with DeviceCheck for weeks without any issues. However, out of nowhere, I started encountering the following error while testing some UI changes on my actual device.
...
0
votes
0
answers
40
views
SwiftUI with FirebaseFirestore
I've googled a lot but haven't found an answer yet. I'm a beginner who just started programming SwiftUI with Xcode. This is a very simple example. I tested with Xcode 15.4, Firebase 11.1.0, ISO 17.5 ...
1
vote
0
answers
12
views
Execution failed for task ':app:checkDebugAarMetadata'. Firebase, Flutter
This error started to appear when i tried to do Firebase Authentication (Sign up/ Sign in). Tried different ways still don't know what's the error about. My code would be little messed up after trying ...
-1
votes
0
answers
22
views
How to move a file from Google Drive to Firebase storage? [closed]
I have an app (NextJS, TypeScript) that allows you to upload your files (images, pdfs, texts) and then we do some AI magic on them to help solve a certain usecase (can't talk about that).
However, my ...
0
votes
1
answer
22
views
Deploy angular app to firebase hosting 404 error
After "firebase deploy" command, I have a 404 error...
I'm trying to deploy an angular app on firebase hosting but I have a 404 error (don't find index.html).
firebase login : is OK
firebase ...
-3
votes
0
answers
19
views
I get an error when I run my project via Expo [closed]
This is the error
Hello friends, I got an error when I started my project through expo and tried to run it with expo go, can you help?
When I ran my project, I should have seen my project in expo go, ...
0
votes
1
answer
18
views
Firestore error "User document does not exist"
I'm working on a project similar to Linktree and have implemented Firebase for authentication and Firestore for the database. The authentication system is functioning correctly, and user data is being ...
0
votes
1
answer
19
views
When I deploy a Google Cloud Function in Typescript, it also deploys my .ts files
I have my file structure like this:
tsconfig.json
package.json
src/ts files..
lib/js files..
When I deploy the function using firebase deploy, I notice that it also uploads the .ts files. Is that the ...
1
vote
1
answer
21
views
Flutter - dependencies incompability of geolocator and firebase_auth
I'm trying to use two packages:
geolocator (version: 13.0.1) (https://pub.dev/packages/geolocator)
firebase_auth (version: 5.2.0) (https://pub.dev/packages/firebase_auth)
I want to use the mentioned ...
0
votes
1
answer
16
views
Firebase: How do I inform the client that the CloudFunction executed [duplicate]
When a CloudFunction is started by an EventTrigger:
onDocumentCreated, onDocumentUpdated, onDocumentDeleted,
onDocumentWritten
... the code execution may be successful .then(...) or unsuccessful ....
0
votes
0
answers
15
views
Show disabled- and emailVerified-status of FirebaseAuth in users-list for admin [closed]
For my app (FlutterFlow with user-management in Firebase) I am creating the admin-panel in which I have a list of all the users of the app. I pull this data from the Users-collection, which shows all ...
0
votes
1
answer
20
views
I want to do something using notification data when tapped on notification when app is running. How do I implement this in flutter
I have setup firebase push notifications and notifications are receiving in my flutter app. this is how I have handled it.
Future<void> init() async {
if (Platform.isIOS) {
iosInit();
...
-2
votes
0
answers
31
views
HOW to improve this node express server code and its code ? and how to improve the recurring notification api [closed]
Title: Why is my API endpoint not pushing FCM notifications with schedule?
Body:
I'm working on a Node.js/Express API endpoint to schedule push notifications using Firebase Cloud Messaging (FCM). ...
0
votes
1
answer
30
views
Firestore Security Rules: (minimal) code that doesn't work against these rules
I'm working on setting up Firestore security rules, but I'm facing an issue where my custom function getUserOrganization() doesn't seem to return the correct value when used in matching conditions. ...
0
votes
1
answer
43
views
I want to upload large video files to firebase storage from my flutter app
here's how the uploading happens the code has flutterflow functionality in it as well since it was migrated from it and I am gradually shifting away from its functionality I checked the firebase ...
0
votes
0
answers
23
views
iOS app shown in Firebase `Release Monitoring` but not in `Analytics Dashboard`
About six months ago, I upgraded the Firebase version used in the iOS app I'm working on from 10.3.0 to 10.21.0 and created a new app release. Since that app release, I am no longer able to view ...
1
vote
2
answers
50
views
Internal Conversion loses integer precision
I installed Firebase with Auth, Firestore, Functions, per pod and I was filled with alerts that I was solving little by little, after that configure and test firebase functions and works fine. The ...
-1
votes
0
answers
25
views
Erro de login flutterflow depois da atualização do Firebase [closed]
O login com redirecionamento de origem cruzada no Google Chrome M115 ou versões mais recentes não tem mais suporte e vai deixar de funcionar em 24 de junho de 2024.
Tenho um app web no flutterflow e ...
-1
votes
0
answers
27
views
I had an issue when trying flutter run [duplicate]
**Flutter Fix **
[!] Your project requires a newer version of the Kotlin Gradle plugin.
Find the latest version on https://kotlinlang.org/docs/releases.html#release-details, then update the
version ...
0
votes
0
answers
22
views
Error initializing Firebase Admin in onRequest using Cloud Functions v2 defined secrets and strings
Hi I am upgrading my firebase cloud function from first generation to the second generation; with callable function I can initialize the firebase app with no issues, with onRequest function, with the ...
0
votes
0
answers
12
views
how to make autentication that integrated firebase with esp32 [closed]
I want to create an integrated circuit between the application that I created through appinventor, firebase as a database, then esp32.
I have created appinventor and firebase connected as ...
0
votes
0
answers
28
views
Repeating Notification from Firebase Massaging
We have a Flutter app and we need to send a repetitive notification with same content to our users.
I have create a notification from Firebase Messaging console which is supposed to send a ...
0
votes
1
answer
92
views
signInAnonymously() not working and heartbeats undefined appearing
I used to use the www.gstatic/ to import the firebase but now that I migrated to electron I started using the local sdks instead. Currently when I start up the app I get seven duplicate console logs:
(...
-1
votes
0
answers
9
views
start alarm in background passed on firebase notification [closed]
I have Android Native App that contain Firebase Messaging services
I want to create alarm that keep repeating when I receive data from the notification
and I want the alarm is triggered off when user ...
0
votes
0
answers
16
views
Firestore Security Rules: How to Securely Allow Users to Access Members Based on Group Assignment?
I'm working on a Firebase Firestore project where I have three collections: users, groups, and members. Each user can belong to one or more groups, and each member belongs to a specific group. I want ...
0
votes
2
answers
28
views
Firebase autogenerated keys usage in Node.js json
So I am creating a project using a Firebase database and React / Node.js to consult it.
I created a couple of entries via POST request like this:
const res = await fetch(`${MYFIREBASE}/posts.json`, {
...
0
votes
0
answers
10
views
Facing issue while trying to read collection from firestore using Firebase Kotlin SDK
I am facing ClassNotFoundException while reading collection. I have added all the needed dependencies in gradle file. I did the sign in process with custom token.
Exception I am getting is mentioned ...
0
votes
2
answers
26
views
Adding exemptions in Firebase automatic indexing
I'm storing data in firebase with this structure:
/aggregate_data/{user id}/{product id}/data
The aggregate_data collection is the root collection ID and the rest subcollections and documents under it ...
0
votes
0
answers
25
views
Why don't Angular ng build creates me a HTML file (Even though no build error)
I want to deploy my Angular app to firebase. However, I found that my ng build (with or without production flag) will not create me a proper index.html file that I can use for hosting.
This is my dist ...
0
votes
0
answers
44
views
How to accurately determine if a Firestore document does not exist using StreamBuilder in Flutter?
In Flutter/Dart, using Firebase Firestore, when setting up a StreamBuilder using a Stream of DocumentSnapshot objects like this:
@override
Widget build(BuildContext context) {
return ...
0
votes
1
answer
33
views
Is there a way to customise the sign in / register links that Firebase auth provides in a Flutter app?
I'm using the Firebase auth package to allow logins / sign-ins in my Flutter app. You can see the two screens attached: one is a SignInScreen() and the other is a RegisterScreen. However, on both apps,...
0
votes
1
answer
14
views
Cannot find namespace 'AppProviderContext' when use AppProviderContext.Provider
Cannot find namespace 'AppProviderContext' when i trying to return
<AppProviderContext.Provider
value={{
rooms,
members,
selectedRoom,
isAddRoomVisible,
...
-1
votes
1
answer
39
views
Appscript cant connect to firebase via API
I tried to create a function to connect my Appscript to Firebase database.
for some reason it shows me:
2:29:44 PM Error
TypeError: file.blob is not a function
getServiceAccountKey @ firebase/...
0
votes
0
answers
16
views
How does the one cart checkout from multiple websites in websites like revolve or apps like Styl.AI work? [closed]
I am currently beginning to learn web/app development and was curious as to how different multi-brand aggregation platforms like Revolve or the newly launched iOS app Styl.AI do this?
Do you need to ...
0
votes
0
answers
63
views
Flutter pushing a page onto Context after google sign in
Just starting a flutter personal project. I'm working on onboarding pages in a Flutter application that will come up after a new user is made. There are presently two ways to make a user: email/...
0
votes
0
answers
36
views
How to use StreamProvider with a FireBase QuerySnapshot
I'm following a very old tutorial which use StreamProvider. The API has changed quite a bit and now has an intitialData argument but I don't know what to assign it.
The class Home.dart looks like ...
0
votes
0
answers
34
views
Firebase Phone Number Authentication doesn't work no matter what
I am creating a login with firebase, the one with phone number, I have set up everything correctly, yes I have enabled phone sign in.
I get invalid credentials error, it is working fine with fictional ...
0
votes
2
answers
55
views
What is the best practice for storing documents in Firestore? [closed]
A Car has a Brand. So, many Cars have the same Brand.
How do you do to map these objects to store in the Firestore? What is the best practice for that?
We need to think that a Brand can change, so we ...
1
vote
1
answer
81
views
Can't change background color of Android notification using Firebase and dotnet Maui
I am using Firebase to send push notifications to a .NET8 MAUI app... The notifications work, but the background color of the notification shows as a very light grey, making it impossible to see the ...
-1
votes
0
answers
19
views
For a Firebase-only backend, how to run a WebSocket CLIENT that Listens to Remote Push Events [closed]
This seems like an obvious question, but it's not been solved on the internet.
I want to make a WebSocket Client, and I am using Firebase. That is, I need to listen to a ws url that pushes events ...
0
votes
2
answers
51
views
I'm having trouble configuring CORS
I'm working on a frontend application using React with Redux and a backend in NestJS with Firebase. I'm facing a CORS issue that I can't seem to resolve. I've configured CORS on the backend, but I'm ...
-3
votes
0
answers
38
views
API to create recurring notifications in Firebase node express [closed]
Title: Why is my API endpoint not pushing FCM notifications with schedule?
Body:
I'm working on a Node.js/Express API endpoint to schedule push notifications using Firebase Cloud Messaging (FCM). ...
4
votes
0
answers
65
views
Firebase's heartbeatservice.ts triggering unwanted console logs
I just added Google Analytics to an application which leverages firebase. I noticed that my console is flooded with these logs: heartbeats -> [] after digging deeper I found a node module at:
- @...
0
votes
0
answers
24
views
Why is every instance of Google getAnalytics() triggering a console log [closed]
I am implementing Google Analytics into an application using Firebase
import { getAnalytics, logEvent } from "firebase/analytics";
It looks like every time my code runs this line: const ...
0
votes
0
answers
9
views
Firebase prepare domain namn with SSL before changing my DNS record
I have created an app in Firebase hosting. In a few days I want to change the DNS record for my domain name and point it to the Firebase app I just created.
If I do that, I will have downtime until ...
0
votes
1
answer
62
views
Scheduled function sometimes throws error when using sendToTopic
I've implemented a scheduled function in Firebase (1st generation) that runs every 5 minutes. The code snippet below is a simplified version of the function, which shows just the problematic part:
...
0
votes
1
answer
31
views
in Firebase firestore. are collection names case sensitive
i want to ask in Firebase firestore. are collection names case sensitive.
I know keys and values in firestore are case sensitive, but I'm not sure if collection names are.
I tried searching on ...
0
votes
0
answers
21
views
Unable to redirect back into Capacitor App when authenticating using firebase auth
I have recently extended my React webapp with Capacitor to produce a webview-based native app on android.
I am impressed with Capacitor so far, as the app was nearly completely functional out of the ...
0
votes
0
answers
26
views
React Native Firebase Crashlytics - Expo. Can I use Crashlytics as a logging tool to record logs even if the app does not crash?
Can i use React Native Crashlytics as a logging tool to log data? I want to use this as a logging tool so that it can send logs to the Firebase console not only when the app crashes but for example ...