Skip to content
This repository has been archived by the owner on Aug 25, 2018. It is now read-only.

Commit

Permalink
Added instructions to create and configure a Google app for authentic…
Browse files Browse the repository at this point in the history
…ation to work
  • Loading branch information
jwngr committed Feb 2, 2016
1 parent 627365c commit c1b2a2d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions android/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Inetech Office Mover 5000 for Android

## Setup
0. Edit `app/src/main/java/com/firebase/officemover/OfficeMoverActivity.java` and change
0. Edit `app/src/main/java/com/firebase/officemover/OfficeMoverActivity.java` and change
`<your-firebase>` to the subdomain for your Firebase.
0. [Create and configure a Google application](https://www.firebase.com/docs/android/guide/login/google.html) to use for authentication.
0. Import `settings.gradle` into [Android Studio](https://developer.android.com/sdk/installing/studio.html)
0. Run it on a an Android tablet. It has been verified with the Nexus 7 and Nexus 10.
0. Run it on a an Android tablet. It has been verified with the Nexus 7 and Nexus 10.
3 changes: 2 additions & 1 deletion ios/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@

0. Edit `OfficeMover5000/OfficeMover5000/ViewController.swift` and change `<your-firebase>` to
the subdomain for your Firebase.
0. Open the project in Xcode and run it on an iPad or iPad emulator.
0. [Create and configure a Google application](https://www.firebase.com/docs/ios/guide/login/google.html) to use for authentication.
0. Open the project in Xcode and run it on an iPad or iPad emulator.
3 changes: 2 additions & 1 deletion web/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Inetech Office Mover 5000 for Web

## Setup
0. Edit `resources/js/helpers/utils.js` and change `<your-firebase>` to the subdomain
0. Edit `resources/js/helpers/utils.js` and change `<your-firebase>` to the subdomain
for your Firebase.
0. Make sure you have [node.js](http://nodejs.org/) and [bower](http://bower.io/) installed.
0. [Create and configure a Google application](https://www.firebase.com/docs/web/guide/login/google.html) to use for authentication.
0. Navigate to the `/web` directory and run these commands:

$ bower install
Expand Down

0 comments on commit c1b2a2d

Please sign in to comment.