Skip to content

Commit

Permalink
circleci vapId config
Browse files Browse the repository at this point in the history
  • Loading branch information
Resul Avan authored and Resul Avan committed Jul 16, 2020
1 parent 84efaeb commit c4f6b62
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
echo "FIREBASE_MESSAGING_SENDER_ID=$FIREBASE_MESSAGING_SENDER_ID" >> src/.env
echo "FIREBASE_APP_ID=$FIREBASE_APP_ID" >> src/.env
echo "FIREBASE_MEASUREMENT_ID=$FIREBASE_MEASUREMENT_ID" >> src/.env
echo "FIREBASE_MESSAGING_VAP_ID=FIREBASE_MESSAGING_VAP_ID" >> src/.env
- run:
name: Install functions dependencies
command: npm --prefix functions install
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ See the [Features](#features) for more functionalities
- [x] performance configuration
- [x] the url same as hosting
- [x] dynamic sitemap
- [x] send notification to user devices
- [x] firebase-storage
- [x] profile photo
- [x] cover photo
Expand All @@ -56,6 +57,12 @@ See the [Features](#features) for more functionalities
- [x] link/unlink facebook authenticator
- [x] remember me
- [x] user custom claims
- [x] messaging (FCM)
- send push notification
- listen push notification
- [x] token
- save deviceToken on login
- remove device token on logout
- [x] buefy
- [x] nuxt-i18n
- [x] English
Expand Down

0 comments on commit c4f6b62

Please sign in to comment.