rsnext/examples/with-firebase/vercel.json
Timothy d1c16124b5
Update instances of Now to Vercel where applicable (#13760)
This pull request renames various instances of `now` to `vercel` etc. in order to match content that's being updated on the Vercel platform.
2020-06-04 14:57:17 +00:00

13 lines
428 B
JSON

{
"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"
}
}
}