Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
Firebase Quickstart Samples for iOS
Branch: master
Clone or download
Latest commit d879fa7 Mar 20, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.google Metadata May 24, 2016
.opensource Deprecate invites Jan 28, 2019
abtesting fix breakages Mar 20, 2019
admob fix info.plist Mar 20, 2019
analytics fix breakages Mar 20, 2019
authentication Use syntatic sugar for completion handler in Swift Auth example. Mar 18, 2019
config
crashlytics update to Swift 4.2 and remove Pod extension in projects Mar 18, 2019
crashreporting Auto-update dependencies. Mar 15, 2019
database update to Swift 4.2 and remove Pod extension in projects Mar 18, 2019
dynamiclinks update to Swift 4.2 and remove Pod extension in projects Mar 18, 2019
firestore update to Swift 4.2 and remove Pod extension in projects Mar 18, 2019
functions update to Swift 4.2 and remove Pod extension in projects Mar 18, 2019
inappmessaging update to Swift 4.2 and remove Pod extension in projects Mar 18, 2019
invites Deprecate invites Jan 28, 2019
languageid Merge branch 'github/master' Mar 18, 2019
messaging update to Swift 4.2 and remove Pod extension in projects Mar 18, 2019
mlmodelinterpreter update to Swift 4.2 and remove Pod extension in projects Mar 18, 2019
mlvision Auto-update dependencies. Mar 15, 2019
performance update to Swift 4.2 and remove Pod extension in projects Mar 18, 2019
shared smart reply quickstart Feb 26, 2019
smartreply fix last index Mar 13, 2019
storage update to Swift 4.2 and remove Pod extension in projects Mar 18, 2019
template Update clone.sh Mar 27, 2017
.gitignore Delete Podfile.lock from .gitignore to try dpebot keeping track of it. Jul 19, 2018
.travis.yml Deprecate invites Jan 28, 2019
CONTRIBUTING.md OS licensing Apr 11, 2016
Gemfile Update Gemfile May 14, 2018
Gemfile.lock update Gemfile.lock Jul 26, 2018
LICENSE OS licensing Apr 11, 2016
README.md
info_script.rb Update info_script.rb Dec 15, 2016
mock-GoogleService-Info.plist
test.sh Travis Xcode10 update Sep 13, 2018

README.md

Firebase Quickstarts for iOS

A collection of quickstart samples demonstrating the Firebase APIs on iOS. Each sample contains targets for both Objective-C and Swift. For more information, see https://firebase.google.com.

Samples

You can open each of the following samples as an Xcode project, and run them on a mobile device or a simulator. Simply install the pods and open the .xcworkspace file to see the project in Xcode.

$ pod install --repo-update
$ open your-project.xcworkspace

When doing so you need to add each sample app you wish to try to a Firebase project on the Firebase console. You can add multiple sample apps to the same Firebase project. There's no need to create separate projects for each app.

To add a sample app to a Firebase project, use the bundleID from the Xcode project. Download the generated GoogleService-Info.plist file, and copy it to the root directory of the sample you wish to run.

How to make contributions?

Please read and follow the steps in the CONTRIBUTING.md

License

See LICENSE

Build Status

You can’t perform that action at this time.