Skip to content

Commit ed27b28

Browse files
authored
Merge pull request #73 from indrasuthar07/google-oauth
Google oauth option
2 parents 3357a49 + 37ae0d2 commit ed27b28

File tree

13 files changed

+1191
-14
lines changed

13 files changed

+1191
-14
lines changed

backend/.env.example

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@ NODE_ENV=development
1515
JWT_SECRET=supersecretkey123
1616
JWT_REFRESH_SECRET=anothersecretkey456
1717

18-
# Firebase storage bucket (from Firebase console)
18+
# Optional
19+
NODE_ENV=development
1920
FIREBASE_STORAGE_BUCKET=get-from-firebaseconsole
21+
GOOGLE_CLIENT_ID=yours
22+
GOOGLE_CLIENT_SECRET=yours

0 commit comments

Comments
 (0)