Skip to content

Instantly share code, notes, and snippets.

@optimistanoop
Last active January 23, 2022 13:37
Show Gist options
  • Save optimistanoop/142779b8b3c433dc14c20b1126b6041f to your computer and use it in GitHub Desktop.
Save optimistanoop/142779b8b3c433dc14c20b1126b6041f to your computer and use it in GitHub Desktop.
firebase and firestore special commands

To setup github actions

firebase init hosting:github

To get indexes

firebase firestore:indexes

To deploy indexes

firebase deploy --only firestore:indexes

To deploy db rules

firebase deploy --only firestore:rules

To get db rules

firebase firestore:rules

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment