Vue Boilerplate
  • get started
    • Launch in 5 minutes
    • Publish your website
    • Everything to change
  • Other
    • Collect reviews
    • Shortcuts
    • Create/find your API keys
    • Copywriting tips and tricks
    • Firebase setup
    • Link tracking
Powered by GitBook
On this page
  1. Other

Firebase setup

  1. Create Firebase project

  2. Make a web app

  3. Create `.env` file and paste all environment variables into it

  4. Authentication

    1. Add your desired authentication methods

  5. Firestore Database

    1. Add a "Firestore Database"

    2. Set the rules for it

    3. Add a new document called "users"

    4. All user objects must have their UUID copied from accounts already made through Authentication. Add email and role admin to them to give them admin permissions.

PreviousCopywriting tips and tricksNextLink tracking

Last updated 7 months ago