Skip to content

Commit

Permalink
Update READMEs, Screenshots, App Names, etc
Browse files Browse the repository at this point in the history
Bug: 28588310
Change-Id: I84bdcbdecdc7d99cfa3a1b925311c5eba79cdce6
  • Loading branch information
samtstern committed May 6, 2016
1 parent 215ff7c commit b056ee7
Show file tree
Hide file tree
Showing 107 changed files with 140 additions and 94 deletions.
25 changes: 9 additions & 16 deletions admob/README.md
Original file line number Diff line number Diff line change
@@ -1,44 1,37 @@
Google AdMob Quickstart
AdMob by Google Quickstart
=======================

The Google AdMob Android quickstart demonstrates how to display an interstitial ad and
The AdMob by Google Android quickstart demonstrates how to display an interstitial ad and
a simple banner ad. AdRequest and AdView are used to display a banner ad
and InterstitialAd is used to display the interstitial ad.

Introduction
------------

- [Read more about Google AdMob](https://developers.google.com/admob/)
- [Read more about AdMob by Google](https://firebase.google.com/docs/admob/)

Getting Started
---------------

- [Add Firebase to your Android Project](https://developers.google.com/firebase/docs/android/setup).
- Follow the [quickstart guide](https://developers.google.com/admob/android/start) to set up your project in Android Studio.
- [Add Firebase to your Android Project](https://firebase.google.com/docs/android/setup).
- Run the sample on your Android device or emulator.
- The running sample displays a test banner ad and a test interstitial add.

Screenshots
-----------
![Screenshot](app/src/main/admob-sample.png)
<img src="app/src/screen.png" height="534" width="300"/>

Support
-------

- Stack Overflow: http://stackoverflow.com/questions/tagged/admob
- [Developer forum](groups.google.com/group/google-admob-ads-sdk)
- [Firebase support](http://developers.google.com/firebase/support/)

If you've found an error in this sample, please file an issue:
https://github.com/googlesamples/google-services/issues

Patches are encouraged, and may be submitted by forking this project and
submitting a pull request through GitHub.
- [Stack Overflow](https://stackoverflow.com/questions/tagged/admob)
- [Developer Forum](https://groups.google.com/group/google-admob-ads-sdk)
- [Firebase Support](https://firebase.google.com/support/)

License
-------

Copyright 2015 Google, Inc.
Copyright 2016 Google, Inc.

Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements. See the NOTICE file distributed with this work for
Expand Down
Binary file removed admob/app/src/main/admob-sample.png
Binary file not shown.
Binary file added admob/app/src/screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 7 additions & 5 deletions analytics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 4,27 @@ Firebase Analytics Quickstart
Introduction
------------

- [Read more about Firebase Analytics](https://developers.google.com/firebase/)
- [Read more about Firebase Analytics](https://firebase.google.com/docs/analytics)

Getting Started
---------------

- [Add Firebase to your Android Project](https://developers.google.com/firebase/docs/android/setup).
- Follow the [quickstart guide](https://developers.google.com/firebase/docs/android/setup) to set up your project.
- [Add Firebase to your Android Project](https://firebase.google.com/docs/android/setup).
- Run the sample on Android device or emulator.

Screenshots
-----------
<img src="app/src/screen.png" height="534" width="300"/>

Support
-------

https://developers.google.com/firebase/support/
https://firebase.google.com/support/

License
-------

Copyright 2015 Google, Inc.
Copyright 2016 Google, Inc.

Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements. See the NOTICE file distributed with this work for
Expand Down
2 changes: 1 addition & 1 deletion analytics/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 13,7 @@ CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.
-->
<resources>
<string name="app_name">Analytics Quickstart</string>
<string name="app_name">Firebase Analytics</string>
<string name="pattern1_title">A</string>
<string name="pattern2_title">B</string>
<string name="pattern3_title">C</string>
Expand Down
Binary file added analytics/app/src/screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 11 additions & 13 deletions app-indexing/README.md
Original file line number Diff line number Diff line change
@@ -1,37 1,35 @@
Google App Indexing Quickstart
Firebase App Indexing Quickstart
==============================

The Google App Indexing Android quickstart demonstrates how to help get your app found in Google Search. AppIndex.AppIndexApi.view is used to record view events for indexing.
The Firebase App Indexing Android quickstart demonstrates how to help get your app found in Google Search. `AppIndex.AppIndexApi.view` is used to record view events for indexing.

Introduction
------------

- [Read more about Google App Indexing](https://developers.google.com/app-indexing/)
- [Read more about Firebase App Indexing](https://firebase.google.com/docs/app-indexing/)

Getting Started
---------------

- [Add Firebase to your Android Project](https://developers.google.com/firebase/docs/android/setup).
- [Add Firebase to your Android Project](https://firebase.google.com/docs/android/setup).
- Open the App Indexing project in Android Studio.
- Run the sample on your Android device or emulator.
- The running sample records view events for indexing.

Screenshots
-----------
<img src="app/src/screen.png" height="534" width="300"/>

Support
-------

- Stack Overflow: http://stackoverflow.com/questions/tagged/android-app-indexing
- [Firebase support](http://developers.google.com/firebase/support/)

If you've found an error in this sample, please file an issue:
https://github.com/googlesamples/google-services/issues

Patches are encouraged, and may be submitted by forking this project and
submitting a pull request through GitHub.
- [Stack Overflow](http://stackoverflow.com/questions/tagged/android-app-indexing)
- [Firebase Support](http://developers.google.com/firebase/support/)

License
-------

Copyright 2015 Google, Inc.
Copyright 2016 Google, Inc.

Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements. See the NOTICE file distributed with this work for
Expand Down
2 changes: 1 addition & 1 deletion app-indexing/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 6,7 @@

<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:icon="@mipmap/ic_launcher"
android:theme="@style/AppTheme"
android:label="@string/app_name" >

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified app-indexing/app/src/main/res/mipmap-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app-indexing/app/src/main/res/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app-indexing/app/src/main/res/mipmap-xhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app-indexing/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app-indexing/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions app-indexing/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">App Indexing Quickstart</string>
<string name="app_name">Firebase App Indexing</string>
<string name="deeplink_label">Deep Link:</string>
<string name="none">None</string>
</resources>
</resources>
Binary file added app-indexing/app/src/screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 20 additions & 17 deletions auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,55 4,54 @@ Firebase Auth Quickstart
Introduction
------------

- [Read more about Firebase Auth](https://developers.google.com/firebase/)
- [Read more about Firebase Auth](https://firebase.google.com)

Getting Started
---------------

- [Add Firebase to your Android Project](https://developers.google.com/firebase/docs/android/setup).
- Follow the [quickstart guide](https://developers.google.com/firebase/docs/) to set up your project.
- [Add Firebase to your Android Project](https://firebase.google.com/docs/android/setup).


### Google Sign In Setup

- Go to the [Firebase Console](https://developers.google.com/firebase) and navigate to your project:
- Select the **Auth** panel.
- Toggle the **Google** switch to the **On** position.
- Select your OAuth 2.0 Client ID from the dropdown menu and then click **Save**.
- Go to the [Firebase Console](https://console.firebase.google.com) and navigate to your project:
- Select the **Auth** panel and then click the **Sign In Method** tab.
- Click **Google** and turn on the **Enable** switch, then click **Save**.
- Run the app on your device or emulator.
- Select `GoogleSignInActivity` from the main screen.
- Click the **Sign In** button to begin.


### Facebook Login Setup

- Go to the [Facebook Developers Site](https://developers.facebook.com) and follow all
instructions to set up a new Android app. When asked for a package name, use
`com.google.firebase.quickstart.usermanagement` and when asked for a main class name,
use `com.google.firebase.quickstart.usermanagement.FacebookLoginActivity`.
- Go to the [Firebase Console](https://developers.google.com/firebase) and navigate to your project:
- Go to the **Auth** panel.
- Toggle the **Facebook** switch to the **On** position.
- Go to the [Firebase Console](https://console.firebase.google.com) and navigate to your project:
- Select the **Auth** panel and then click the **Sign In Method** tab.
- Click **Facebook** and turn on the **Enable** switch, then click **Save**.
- Enter your Facebook **App Id** and **App Secret** and click **Save**.
- Open the file `app/src/main/res/values/ids.xml` and replace the value of the `facebook_app_id` with the ID of the Facebook app you just created.
- Run the app on your device or emulator.
- Select `FacebookLoginActivity` from the main screen.
- Click the **Sign In** button to begin.

- If you see text that says Facebook is disabled, make sure you are running
either the `facebookDebug` or `facebookRelease` variants of this sample.


### Email/Password Setup

- Go to the [Firebase Console](https://developers.google.com/firebase) and navigate to your project:
- Select the **Auth** panel.
- Toggle the **Email/Password** switch to the **On** position, then click **Save**.
- Go to the [Firebase Console](https://console.firebase.google.com) and navigate to your project:
- Select the **Auth** panel and then click the **Sign In Method** tab.
- Click **Email/Password** and turn on the **Enable** switch, then click **Save**.
- Run the app on your device or emulator.
- Select `EmailPasswordActivity` from the main screen.
- Fill in your desired email and password and click **Create Account** to begin.


### Custom Authentication Setup

- Make sure you have done all the steps in **General Setup**.
- Go to the [Google Developers Console](https://console.developers.google.com/project) and navigate to your project:
- From the left "hamburger" menu navigate to the **API Manager** tab.
- Click on the **Credentials** item in the left column.
Expand All @@ -71,15 70,19 @@ Getting Started
see the User ID you entered when generating the token.


Screenshots
-----------
<img src="app/src/screen.png" height="534" width="300"/>

Support
-------

https://developers.google.com/firebase/support/
https://firebase.google.com/support/

License
-------

Copyright 2015 Google, Inc.
Copyright 2016 Google, Inc.

Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements. See the NOTICE file distributed with this work for
Expand Down
2 changes: 1 addition & 1 deletion auth/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 1,5 @@
<resources>
<string name="app_name">Firebase User Management</string>
<string name="app_name">Firebase Authentication</string>

<string name="label_google_sign_in">Firebase Google Sign In</string>
<string name="desc_google_sign_in">Use a Google Sign In credential to authenticate with Firebase.</string>
Expand Down
Binary file added auth/app/src/screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 8 additions & 6 deletions config/README.md
Original file line number Diff line number Diff line change
@@ -1,28 1,30 @@
Firebase Config Quickstart
Firebase Remote Config Quickstart
==============================

Introduction
------------

- [Read more about Firebase Config](https://developers.google.com/firebase/)
- [Read more about Firebase Remote Config](https://firebase.google.com/)

Getting Started
---------------

- [Add Firebase to your Android Project](https://developers.google.com/firebase/docs/android/setup).
- Follow the [quickstart guide](https://developers.google.com/firebase/docs/remote-config/android) to set up your project.
- [Add Firebase to your Android Project](https://firebase.google.com/docs/android/setup).
- Run the sample on Android device or emulator.

Screenshots
-----------
<img src="app/src/screen.png" height="534" width="300"/>

Support
-------

https://developers.google.com/firebase/support/
https://firebase.google.com/support/

License
-------

Copyright 2015 Google, Inc.
Copyright 2016 Google, Inc.

Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements. See the NOTICE file distributed with this work for
Expand Down
2 changes: 1 addition & 1 deletion config/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,3 1,3 @@
<resources>
<string name="app_name">Config</string>
<string name="app_name">Firebase Remote Config</string>
</resources>
Binary file added config/app/src/screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions crash/README.md
Original file line number Diff line number Diff line change
@@ -0,0 1,42 @@
Firebase Crash Quickstart
=============================

Introduction
------------

- [Read more about Firebase Crash](https://firebase.google.com/docs/crash)

Getting Started
---------------

- [Add Firebase to your Android Project](https://firebase.google.com/docs/android/setup).
- Run the sample on Android device or emulator.

Screenshots
-----------
<img src="app/src/screen.png" height="534" width="300"/>

Support
-------

https://firebase.google.com/support/

License
-------

Copyright 2016 Google, Inc.

Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements. See the NOTICE file distributed with this work for
additional information regarding copyright ownership. The ASF licenses this
file to you under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations under
the License.
2 changes: 1 addition & 1 deletion crash/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 1,5 @@
<resources>
<string name="app_name">Crash</string>
<string name="app_name">Firebase Crash</string>
<string name="crash_button_label">Cause Crash</string>
<string name="catch_crash_checkbox_label">Catch Crash</string>
</resources>
Binary file added crash/app/src/screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 8 additions & 5 deletions database/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 4,27 @@ Firebase Database Quickstart
Introduction
------------

- [Read more about Firebase Database](https://developers.google.com/firebase/)
- [Read more about Firebase Database](https://firebase.google.com/docs/database)

Getting Started
---------------

- [Add Firebase to your Android Project](https://developers.google.com/firebase/docs/android/setup).
- Follow the [quickstart guide](https://developers.google.com/firebase/docs/storage/ios/setup) to set up your project.
- [Add Firebase to your Android Project](https://firebase.google.com/docs/android/setup).
- Run the sample on Android device or emulator.

Screenshots
-----------
<img src="app/src/screen.png" height="534" width="300"/>

Support
-------

https://developers.google.com/firebase/support/
https://firebase.google.com/support/

License
-------

Copyright 2015 Google, Inc.
Copyright 2016 Google, Inc.

Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements. See the NOTICE file distributed with this work for
Expand Down
Binary file added database/app/src/screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
Loading

0 comments on commit b056ee7

Please sign in to comment.