Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
-1 votes
0 answers
19 views

iOS app container structure changed - database not found

Today I'm downloading my in-development iOS app container (.xcappdata) from Xcode's devices and simulators window in order to see what's stored in the app using Core Data (and eventually use that ...
Damien's user avatar
  • 3,360
2 votes
0 answers
27 views

Automatically upload dSYM files to Firebase from Codemagic

I am using Codemagic to build my Flutter app. Furthermore, I am using Firebase Crashlytics to keep track of my app. In order to properly use Firebase Crashlytics I need to upload the dSYM File of each ...
Jan's user avatar
  • 665
0 votes
0 answers
12 views

iOS Realtime Firebase Remote Config listener addOnConfigUpdateListener not returning the callback

I have been trying to implement the Firebase realtime remote config API. I already had the Firebase implementation added in the project. Recently have been trying to implement ...
Shailesh's user avatar
  • 3,108
0 votes
0 answers
20 views

Firebase storage get image issue on android and ios devices: net::ERR_NAME_NOT_RESOLVED

I'm trying to make a GET request of a png from firebase storage. I've an angular app running on an nginx within a docker container. I'm using a vpn to host this web server, the vpn clients i'm using ...
Elliot Alderson's user avatar
0 votes
0 answers
25 views

Getting error This IP, site or mobile application is not authorized to use this API key. Request received from IP address xx.yy.zz, with empty referer

I am trying to create one google api which includes service APIs like Firebase Cloud Messaging API, Maps JavaScript API, Maps SDK for Android, Maps Static API, Geocoding API, Geolocation API, Cloud ...
Ayush Gupta's user avatar
0 votes
1 answer
46 views

SwiftUI: Navigation bar duplicates after opening external link and returning to app

I'm experiencing an issue with my SwiftUI app where the navigation bar duplicates after opening an external link and returning to the app. This happens both on a physical iPhone 11 device and in the ...
Kate Throw's user avatar
0 votes
0 answers
38 views

PayPal Payouts Integration with Firebase Functions in iOS App

I'm working on an iOS app that requires paying out winnings to players using PayPal. I'm integrating PayPal payouts through Firebase Cloud Functions, but I keep encountering errors. Here's the client ...
TheGuyWhoCantCode123's user avatar
1 vote
1 answer
38 views

iOS Firestore permission denied even when using Firebase Authentication [closed]

I know this question has been asked a lot but a lot of the solutions say to change the Firestore rules and I don't want to do that. I'm wondering why they aren't working as is since I have ...
radishhorse's user avatar
-3 votes
0 answers
31 views

My Flutter app, live in the App Store, crashes on launch [closed]

Users cannot access my app, which is currently live in the app store. In the error logs Apple shared with me, the apparent error is : "exception" : { "codes":"...
Eren Malkoç's user avatar
0 votes
0 answers
24 views

Could not build module errors in xcode

I am using Capacitor and have tried to integrate FireBase into my project also. I am receiving the following build errors: I am using Xcode v15.4, and Pod version is v1.15.2 I have tried rm -rf ~/...
Sam's user avatar
  • 129
0 votes
1 answer
22 views

Custom notification sound in Flutter

So I want to allow the users to set their own notification sounds like in WhatsApp in both Android and iOS. Is there any package which allows us to do that I looked into flutter_local_notifications ...
Bharath S's user avatar
-1 votes
0 answers
40 views

React Native App Stopped Logging Conversions to Google Ads

I have a React Native Expo app for iOS that uses Firebase and Firebase Analytics to log user installs. The app correctly logs events to Firebase and Firebase Analytics, where I can see events such as ...
Viktor Pesic's user avatar
-1 votes
0 answers
31 views

Firebase Analytics and Crashlytics setup without Google-services.json and GoogleServices-info.plist in Flutter

I want to set up the firebase in my flutter app with manually initialising the firebase with the firebase-options.dart file which gets created after doing flutterfire configure. I don't want to keep ...
Ankur JAIN's user avatar
-2 votes
0 answers
22 views

All my IOS conversion (firebase) use the wrong version of my application on Google Ads

I currently have a conversion problem between firebase and google ads. To put it simply, when I import my first_open (IOS) conversion on google ads, it uses an old version of my application and not ...
Melvin MASSEAUX's user avatar
0 votes
1 answer
64 views

"Reference to property 'pageSize' in closure requires explicit use of 'self' to make capture semantics explicit" with Flutter and Firebase

I have just setup Firebase and it runs on Android. On ios I have this issue . Is it my setup or is this a known issue in Swift ? Also the file mentioned below 'StorageListTask.swift' is a read-only ...
Anish Hemachandran's user avatar

15 30 50 per page
1
2 3 4 5
789