Skip to content

Instantly share code, notes, and snippets.

@jotapeluiz
Last active March 24, 2019 03:54
Show Gist options
  • Select an option

  • Save jotapeluiz/2ae238339c585d617d7128b82b9a9473 to your computer and use it in GitHub Desktop.

Select an option

Save jotapeluiz/2ae238339c585d617d7128b82b9a9473 to your computer and use it in GitHub Desktop.
Inicializa o firebase
const config = {
messagingSenderId: "<MESSAGING_SENDER_ID>"
}
firebase.initializeApp(config);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment