-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Improve firebase init command in README.md file #157
Comments
The project already has a |
Is this intended that
|
No, it is not intended that it would update the config file. What we want would be to initialize Firebase so it creates the |
I think the option Configure as a single-page app (rewrite all urls to /index.html)? should be set to Yes and then it would leave the config file as-is. |
Thank you @derekherman! You're right. |
README.md file says
firebase init
however it's not clear which firebase features to enable.It would be better to have them listed properly as in
firebase init [feature_name_1] [feature_name_2]
.The text was updated successfully, but these errors were encountered: