143,627 questions
0
votes
0
answers
22
views
Firebase Cloud Function returning inconsistent data from Airtable - wrong data/missing reccords
Context:
I'm building a dealer portal where car dealerships login and view their fleet vehicles. Each dealership has a unique identifier called an RRDI (like a dealer code), and the Airtable database ...
0
votes
0
answers
15
views
Firebase Remote Config - Reference other parameter
I have an Android app which used Firebase Remote Config. Old versions of my app references a parameter, let's call it parameterA, which has a string type. I would like to create another derived ...
0
votes
0
answers
33
views
How to initialize Firebase/Firestore in Vercel project?
Here is the code I currently have.
I get this error in the console when the page opens:
Uncaught TypeError: The specifier “firebase/app” was a bare specifier, but was not remapped to anything. ...
0
votes
0
answers
47
views
What is the difference between the web API key and key under "Your Apps"
I noticed that in my Firebase project, under Project Settings > General, the value beside "Web API Key":
is different from the apiKey value in the Your Apps section just below that:
Why ...
0
votes
0
answers
34
views
Flutterflow - how to add question to textbox
We're currently developing an app using flutterflow for our class, but we've gotten stuck with connecting our firebase, which contains the questions, with the textbox in flutterflow. We want the ...
0
votes
0
answers
32
views
Unable to login to firebase - unable to fetch CLI MOTD and remote config
I keep getting this same error when trying to login to firebase CLI, using Terminal on MacOS catalina -
firebase login
i The Firebase CLI’s MCP server feature can optionally make use of Gemini in ...
0
votes
0
answers
81
views
Firebase Error: "API key not valid. Please check your configuration" [closed]
I’m building my mobile app using React Native with Expo and Firebase.
When I initialize Firebase I get this error:
FirebaseError: Firebase: Error (auth/invalid-api-key).
My config file looks like ...
0
votes
2
answers
84
views
Cannot connect to Firestore from Flutter project (Android)
I'm using Flutter in Visual Studio Code and Android Studio with a Pixel 6a emulator with Android 13 to preview the app.
Despite I could connect to other services of Firebase (Authentication, Storage, ...
-1
votes
0
answers
45
views
Why do I get a weird output from 'result.getText()' when using 'GoogleSearch Grounding Tool' in "firebase-ai" android sdk [closed]
here is the weird result:
<ctrl42> call:google_search.search{queries: [
]
} <ctrl43> <ctrl44>
This happens whenever I set a configBuilder.setResponseSchema(schema)
I've to ...
0
votes
0
answers
59
views
Firebase and IndexedDB caching strategies [closed]
I have been working on my React + Firebase app for the past year and I've come to the realization that I will need a caching layer to avoid unnecessary Firestore costs.
My idea for the flow is as ...
0
votes
2
answers
107
views
Android Gemini AI SDK (firebase-vertexai-ktx) fails with 404 Not Found (v1beta endpoint) despite latest library version
I'm developing an Android app using Kotlin and Jetpack Compose. I'm trying to integrate Gemini AI to analyze images uploaded by the user using the Firebase Vertex AI SDK (com.google.firebase:firebase-...
0
votes
1
answer
81
views
Is there a way to handle situations where a user has blocked more than 10 users, so that the app doesn’t exceed Firestore’s not-in query limit?
func fetchNextPage() async {
guard !isLoading, !reachedEnd else { return }
isLoading = true
defer { isLoading = false }
let excluded = Array(BlockService.shared.blocked.prefix(10))...
0
votes
0
answers
43
views
How many backends can I create per region in firebase apphosting? [closed]
I was trying to create a few backends in firebase apphosting when I started seeing the error RegionalBackendLimitPerProject met(10 backends) for the region. My product lets people create their webapps ...
-1
votes
1
answer
57
views
How can I change the output folder of the generated SDK in Firebase DataConnect? [closed]
I'm following this codelab. The data-connect folder is generated at app\src\lib\dataconnect-sdk . Is there a way to make the generated sdk be outputted in another folder of my choice? Like C:\...
0
votes
0
answers
72
views
Failed to get FirebaseApp Instance in Xcode Preview after Modularization
Upon moving a view and it's ViewModel(where i am using Firestore) from the main app module to it's own module, my Canvas Previews crash with the error:
XCPreviewAgent crashed due to an uncaught ...