Deploy Firebase config
In this section, we are going to config firebase which will allow Push notifications and generate all Firestore rules and indexes
Last updated
Was this helpful?
In this section, we are going to config firebase which will allow Push notifications and generate all Firestore rules and indexes
Last updated
Was this helpful?
First of all, you need have installed Node.js, at least the version 6.9.x or higher. You can download and install from the Node.js project website. When you have done it, you can install the Firebase CLI in order to init a new project and setup functions feature. You can install it globally using npm:
You can verify if it is correctly installed whit the command:
Run firebase login
to log in via the browser and authenticate the firebase tool.
2. Do firebase use --add
with:
3. Then select your project and hit Enter
4. make project alias as default
5. Install dependencies inside functions folder
6. Deploy