quickstart-ios icon indicating copy to clipboard operation
quickstart-ios copied to clipboard

Firebase Quickstart Samples for iOS

Results 56 quickstart-ios issues
Sort by recently updated
recently updated
newest added

This bug is meant to track updating the QuickStart projects to use modern swift features as described in the firebase/firebase-ios-sdk [ROADMAP](https://github.com/firebase/firebase-ios-sdk/blob/8a9fd094e11ae844c7a692ca3a2150bb90ec0491/ROADMAP.md#quickstarts). Projects to update ------------------------ - [ ] Storage (#1134)...

I'm trying to set up sign in using FirebaseUI. The thing is that my app uses the new SwiftUI Lifecycle, and all the documentation and tutorials on the internet (including...

Apple seems to no longer allow apps to get the URL to images picked from the image picker (as done here: https://github.com/firebase/quickstart-ios/blob/de2f381f2ff16893201b42512f18e83bff9e534a/storage/StorageExampleSwift/ViewController.swift#L80) This results in upload failures on iOS 13...

### Problem Description: Crashlytics documentation has a note in step 3 about fact that we need to be sure that the new run script will be run as the last...

The Google SignIn UI flow has changed and broken some assumptions in the unit tests. Update accordingly and undo the disabling done in #1072

Every time deep link redirected to the App store every time when the App is already installed in device. But with iOS 13.3 works I don't know if 13.4 or...

Hi Team, I am using react native firebase dynamic link library react-native-firebase/dynamic-links version 7.0.1. In my app, after entering email and clicking on the login/registration, the user receives a verification...

The Photos UI has changed and broken some assumptions in the unit tests. Update accordingly and undo the disabling done in #1071

Hi There, I have an IOS app setup to receive FCM push messages. I can receive "notification" messages fine - always shows a notification with the title/body etc. Now I...

I'm trying to add Firebase to an iMessage app extension. I created a project in Firebase and added two iOS apps, one for the main app (id: `com.company.app`), and the...