Skip to content

Create a Firebase project

Borys H.N edited this page Sep 14, 2016 · 1 revision

Create a Firebase project

Register your own project for using firebase authentication.

Notes

For ease of development, I have this project registered, and the configuration stored on github. This is fine for now, but eventually once it comes time to test a hosted environment, this will no longer suffice for security purposes.

For now, anyone is free to use my configured authentication for viewing the development progress on the project, as it is not hosted anywhere just yet.

Guided steps

  1. Check out the javascript Firebase setup guide
    • If you have already followed the wiki setup for dev_backend this step is unnecessary!
      • just find your web configuration from the firebase console
  2. drop your firebase configuration into src/rvep/rvep.module.ts

Clone this wiki locally