Skip to content

Commit

Permalink
➕ Create now.json for now
Browse files Browse the repository at this point in the history
  • Loading branch information
taishikato committed Mar 20, 2020
1 parent 3af1f2f commit a3e6db7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions now.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"build": {
"env": {
"FIREBASE_API_KEY": "@firebase-api-key",
"FIREBASE_AUTH_DOMAIN": "@firebase-auth-domain",
"FIREBASE_DATABASE_URL": "@firebase-database-url",
"FIREBASE_PROJECT_ID": "@firebase-project-id",
"FIREBASE_STORAGE_BUCKET": "@firebase-storage-bucket",
"FIREBASE_MESSAGING_SENDER_ID": "@firebase-messaging-sender-id",
"FIREBASE_APP_ID": "@firebase-app-id"
}
}
}

0 comments on commit a3e6db7

Please sign in to comment.