Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional Firebase Setup in Documentation #24

Open
JosephSemrai opened this issue Jan 3, 2020 · 0 comments
Open

Additional Firebase Setup in Documentation #24

JosephSemrai opened this issue Jan 3, 2020 · 0 comments

Comments

@JosephSemrai
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Related to starting the project as a contributor. There are a few errors that contributors may encounter that could be solved with a piece in the contributor documentation.

Describe the solution you'd like
Contributors may encounter issues with oAuth as they first have to enable the respective authentication methods within Firebase. Instructions on this would be appreciated in the contributor guide.

Additionally, there are custom rules (or a default template) that have to be applied to the Firebase database, or else the user encounters this error:
image
and the app gets stuck on a task
image
With this, mentioning the process in the documentation for setting up the database and providing the following rules:

{
    "rules": {    
        ".read": true,
        ".write": true
    }
}

may prove to be helpful for new contributors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant