Skip to main content
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('...
Moblize IT's user avatar
  • 1,342
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>...
dungu's user avatar
  • 133
-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 ...
Saumya Pratap Singh's user avatar
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 ...
Fabian Zänker's user avatar
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 ...
Fahad's user avatar
  • 1
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....
umesh's user avatar
  • 1
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'...
BSR's user avatar
  • 155
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 ...
Ben Cole's user avatar
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 ...
Tushar Kaul's user avatar
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)....
Sandeep's user avatar
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 ...
Nils Reichardt's user avatar
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 ...
Brad Stiff's user avatar
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 ...
rstrelba's user avatar
  • 1,984
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/...
Lakshit Working's user avatar
-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 ...
Christian Sandoval's user avatar

15 30 50 per page
1
2 3 4 5
9579