Skip to content

Instantly share code, notes, and snippets.

@kenng
Last active April 26, 2021 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kenng/60d674bb17b7b0a06e823d547f304388 to your computer and use it in GitHub Desktop.
Save kenng/60d674bb17b7b0a06e823d547f304388 to your computer and use it in GitHub Desktop.
web push 02
<script>
var config = {
messagingSenderId: "YOUR-SENDER-ID",
apiKey: "YOUR_API_KEY",
projectId: "YOUR_PROJECT_ID",
appId: "YOUR_APP_ID"
};
firebase.initializeApp(config);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment