All Questions
11,844 questions
1
vote
0
answers
16
views
flutter firebase background notification not working for iOS
I’m implementing Firebase Cloud Messaging (FCM) in my Flutter app to handle push notifications. However, I’ve encountered the following issue:
Foreground: Notifications are received and processed ...
1
vote
0
answers
35
views
ld: framework 'FirebaseCore' not found
I have a kmm app that uses Firebase.
In the android project, the packages are found in the build process, the problem is with the ios app.
When I try to build the iOS app, I receive the error:
> ...
-2
votes
0
answers
27
views
Firebase Push Notification is not showing on my iPhone [closed]
I am building an iOS project and have set up Firebase and did all the settings right but whenever I want to send a notification from Firebase, the notification doesn't show on my iPhone. The console ...
-1
votes
0
answers
26
views
I am getting Xcode abseil undefined symbol error
Flutter iOS Build Issue: Undefined Symbols Error in Xcode
I successfully developed a Flutter app on my Windows PC, where it works perfectly on Android devices. Now, I want to run and compile the app ...
0
votes
0
answers
25
views
firebase.configure() make the app take so long to launch [closed]
i was working on my ios app and i encountered this an issue with firebase.configure() where it make the app take too long (more than a minute) to launch and it happens only when i deploy my app to ...
0
votes
2
answers
55
views
FCM data-message not received instantly on both iOS and Android in release mode
I am building a chat part in my flutter app. I was pushing my notifications as Notifications and not as only-data messages using FCM service. I faced a problem of firebase collapsing notifications if ...
0
votes
1
answer
65
views
How to resolve Firebase related swift compiler errors in Pod dependencies?
I have recently made a project in Flutter using Android Studio, with the goal to build the same app on IOS as well.
The android version of the app (apk/app bundle) works fine, (it is already uploaded ...
0
votes
0
answers
20
views
How analytics system internally report a crash in iOS? [closed]
I wanted to understand the core mobile architecture of analytic system. If anyone could clear my doubt in understanding the following -
How analytic system like Firebase, Countly internally reporting ...
22
votes
1
answer
4k
views
Apple Push Notification service server certificate update 2025
Certification Authority (CA) for Apple Push Notification service (APNs) is changing.
We are using firebase for push notification. As far I know we dont have to update server certificate and Seems like ...
5
votes
1
answer
2k
views
Clarification on Apple Push Notification Service Server Certificate Update (for Firebase)
I received an email notifying about change on APNs Trust Store. I don't know if I must do something regarding on Firebase Notificatiion. Is this change handled by Firebase, or I have to make any ...
0
votes
0
answers
38
views
How to Upload profileImage to Firestore Database?
i make the register user in firebase
in registerViewcontroller
i have username, email, password and profileImage
below image is Firestore structure
this is what i save user information in firestore ...
0
votes
0
answers
25
views
iOS App (built in ReactJS + Capacitor) stops working when I add Firebase Auth
I have a ReactJS App that works well on web and Android, but does not load on iOS, all I get is a white screen. In order to debug I did a create-react-app app with a simple document fetch from ...
0
votes
0
answers
28
views
debug view of google analytics 4 stopped working on real devices and only works in the simulator
I have xcode version 16 and until recently I was able to successfully connect to debug view analytics of firebase to see my device connected there and the events.,
But suddenly I stop see my device ...
1
vote
0
answers
53
views
App is crashing on iPhone immediately installing from Xcode and it is opening app settings. The project is build on flutter SDK
App is crashing on iPhone immediately installing from Xcode.
The project is build on flutter SDK.
I have done some setup on native iOS side implemented Firebase dependency in Podfile, I have also ...
0
votes
1
answer
35
views
Is there a way to turn off offline caching in Firestore modular web SDK
We work on an hybrid app built with Capacitor + Angular + Firestore that targets iOS devices.
As we are building the app like a web one, we don't use any Firebase or Firestore capacitor plugin, we ...