-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a9876bb
commit 24fa991
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Please don't molest this sample firebase project. I'm exposing these credentials for your convenience, and I | ||
# will disable the project it it's causing me a headache. You should create your own | ||
# firebase project (it's free) and generate your own credentials. | ||
FIREBASE_PROJECT_ID=vapor-saas-backend-template | ||
TEST_FIREBASE_WEB_API_KEY=AIzaSyAesbeFK6uCEvYZNCJZN0bs-Ab9Ya01Egg | ||
TEST_FIREBASE_USER_EMAIL=[email protected] | ||
TEST_FIREBASE_USER_PASSWORD=testtest | ||
TEST_FIREBASE_USER_2_EMAIL=[email protected] | ||
TEST_FIREBASE_USER_2_PASSWORD=testtest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,3 @@ DerivedData/ | |
db.sqlite | ||
.swiftpm | ||
.env | ||
/.env.testing |