Skip to content

Commit

Permalink
Firebase detailed instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
lidaof committed Jul 16, 2019
1 parent 40e55f5 commit 351cc8a
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 0 deletions.
Binary file added docs/_static/fire1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/fire2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/fire3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/fire4.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/fire5.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,28 @@ Create a ``.env`` file under ``frontend/`` folder with following content::
REACT_APP_FIREBASE_DATABASE="Your own info"
REACT_APP_FIREBASE_STORAGE_BUCKET="Your own info"

The detailed steps of how to get the information above are illustrated in the following screenshots:

Signup a firebase account at Google if you don't have one, then login into your account, create a new prioject:

.. image:: _static/fire1.png

Type in the project name and click the Create project button:

.. image:: _static/fire2.png

Click the Web button to add a Web app:

.. image:: _static/fire3.png

Type in a web app name and click the Register app button:

.. image:: _static/fire4.png

The firebase configuration info will be displayed:

.. image:: _static/fire5.png

Use Docker
==========

Expand Down

0 comments on commit 351cc8a

Please sign in to comment.