Skip to content

Instantly share code, notes, and snippets.

View birchb's full-sized avatar

birchb

View GitHub Profile
@birchb
birchb / README.md
Created June 24, 2020 02:04 — forked from yusufkandemir/README.md
Quasar + FCM(Firebase Cloud Messaging) Setup

What to do next?

Manage The Subscription State

Manage the subscription state using localStorage, IndexedDB, or a server-side solution(e.g. in Firestore, store per-user), depending on the flow of your app.

Notification UI/UX

Create a notification section in settings, in navbar or just prompt it directly(not recommended, bad UX). On UI interaction such as a subscribe button, call subscribeNotifications with the related parameters(subscribe = true/false, token), then persist the notification state.

Create Notifications