Skip to content
Firebase Quickstart Samples for Android
Branch: master
Clone or download
samtstern include kotlin in subproject
Change-Id: Ida4b466ea2d5da41f455aead5d0afcea52b7145f
Latest commit d307afe Mar 22, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.google Metadata May 24, 2016
.opensource
admob Auto-update dependencies. (#826) Mar 5, 2019
analytics Auto-update dependencies. (#826) Mar 5, 2019
app-indexing
auth Auto-update dependencies. (#829) Mar 8, 2019
config Auto-update dependencies. (#826) Mar 5, 2019
crash Clean up and polish Mar 15, 2019
database Auto-update dependencies. (#826) Mar 5, 2019
dynamiclinks Auto-update dependencies. (#826) Mar 5, 2019
firestore Auto-update dependencies. (#826) Mar 5, 2019
functions Auto-update dependencies. (#826) Mar 5, 2019
gradle/wrapper
inappmessaging Auto-update dependencies. (#826) Mar 5, 2019
internal Auto-update dependencies. (#826) Mar 5, 2019
invites Deprecate App Invites Jan 25, 2019
messaging Auto-update dependencies. (#828) Mar 5, 2019
mlkit-langid Auto-update dependencies. (#826) Mar 5, 2019
mlkit-smartreply include kotlin in subproject Mar 22, 2019
mlkit Auto-update dependencies. (#826) Mar 5, 2019
perf Auto-update dependencies. (#826) Mar 5, 2019
scripts Add snippets checker script Jan 22, 2019
storage
.editorconfig
.gitignore FIAM Quickstart Aug 16, 2018
.travis.yml
CONTRIBUTING.md Update CONTRIBUTING.md Jul 9, 2018
ISSUE_TEMPLATE.md
LICENSE
README.md
build.gradle
build.sh
gradle.properties Undo Androidx Mar 16, 2019
gradlew Need for build speed! (#289) Jun 20, 2017
gradlew.bat
mock-google-services.json Remove dependency, add test JSON Mar 19, 2019
settings.gradle

README.md

Firebase Quickstarts for Android

A collection of quickstart samples demonstrating the Firebase APIs on Android. For more information, see https://firebase.google.com.

Samples

You can open each of the following samples as an Android Studio project, and run them on a mobile device or a virtual device (AVD). 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 applicationId value specified in the app/build.gradle file of the app as the Android package name. Download the generated google-services.json file, and copy it to the app/ directory of the sample you wish to run.

How to make contributions?

Please read and follow the steps in the CONTRIBUTING.md

Build Status

You can’t perform that action at this time.