143,682 questions
0
votes
0
answers
22
views
Firebase Genkit using prompt in chat
I am using chat with genKit library like below:
const session = agenticAi.createSession<any>({
initialState: {
uid: uid,
},
});
const chat = session.chat({
model: googleAI.model('...
0
votes
0
answers
16
views
my usermodel fields losing data to null except for the uid in firebase [closed]
when i save in firebase, the data like username, phone number, and status are lost, leaving only the uid persistent.
I'm using cubit for state management.
The code for creating user:
Future<void>...
-4
votes
0
answers
22
views
flutter pos app problem: shopId and OwnerId [closed]
i have made the the 90% of the first version of the POS(POINT OF SALE ) app with all screens such as dashboard ,sales,products and profile. Everything is going fine but this issue of ownerId and ...
2
votes
0
answers
23
views
Firebase Realtime Database ValueChanged listener fails to fire offline with existing cached data in Unity, causing app to hang
I'm developing an Android game in Unity that uses Firebase Realtime Database (RTDB) for player data storage. I'm aiming for a robust offline-first experience. I've enabled RTDB persistence using ...
0
votes
0
answers
22
views
Increasing RabbitMQ consumers makes FCM sendEachForMulticast slower per batch — normal? how to improve?
I have two Spring microservices (A and B).
Service A: prepares ~10M device tokens (FCM) and splits them into chunks of 500 tokens.
Each chunk is published to RabbitMQ.
Service B: consumes the chunks ...
0
votes
0
answers
12
views
React-Native error : 'FirebaseCoreInternal.modulemap' not found
Pod install successfully on running ios from xcode
Xcode build gives the following error:
/Users/apple/Library/Developer/Xcode/DerivedData/ZoTok-ctycpbrbiefsflgukwbhdxspvspa/Build/Intermediates....
0
votes
1
answer
62
views
Firebase: Fetching documents from a database that is not default, but is still in the same project
I've been trying to fetch documents from a different database I made on my project. I have my primary database which is called 'Default' and I have another database in the same project called 'Staging'...
0
votes
0
answers
42
views
Capacitor Firebase Firestore onSnapshot returning Promise breaks React useEffect cleanup with "TypeError: e is not a function"
I have a React app that works perfectly in the browser, but when I build it for iOS using Capacitor, I keep getting this error in the minified production code:
TypeError: e is not a function.
The ...
0
votes
0
answers
37
views
firebase_storage object-not-found No object exists at the desired reference flutter app developement [closed]
I am unable to setup a cloud billing account due to a back end error so I can't check storage on Firebase:
firebase_storage object-not-found No object exists at the desired reference
The error is in ...
0
votes
0
answers
28
views
How does Firebase In-App Messaging decide which campaign to show when multiple are eligible? [closed]
I’m using Firebase In-App Messaging (FIAM) and I have multiple active campaigns that can all trigger under similar conditions (for example, multiple messages using on_foreground or screen_view events)....
0
votes
1
answer
60
views
How to properly update user email with verifyBeforeUpdateEmail in Flutter without user-token-expired? [closed]
I'm trying to allow users to update their email address in my Flutter app using Firebase Authentication. I'm using the recommended verifyBeforeUpdateEmail method, but it results in a broken user ...
0
votes
1
answer
40
views
Is there a remote, administrative way to force mobile Firebase Email Sign In links to use a custom domain?
My React Native app (Android and iOS) uses Firebase Email Sign In links for authentication.
The app is configured to handle links that begin with a Custom Domain, which is registered and hosted by ...
1
vote
0
answers
84
views
FIS_AUTH_ERROR when retrieving FCM token from FirebaseMessaging
I have an app which receives pushes to device. Some devices receive pushes well. Some has a problem with getting FirebaseMessaging token. In both situations Firebase initialization goes well. I tried ...
0
votes
0
answers
25
views
React native ios firebase
Clang dependency scanner failure: While building module 'Firebase' imported from Firebase-abf66cd6.input:1:
In file included from :1:
/Users/edumanag/Downloads/ReactNative/FamilyDiary/ios/Pods/...
-1
votes
0
answers
24
views
Cocoa Pods pod install --repo-update error [closed]
How do I fix this error, because I cant get flutter run to work, cocoapods error, as well like I do the pod install --repo-update command for ios directory and does not work, something with firebase ...