Skip to content

Commit

Permalink
[CLP] Remove firebase Auth (RocketChat#191)
Browse files Browse the repository at this point in the history
* Revert "Add  Firebase Auth Component (RocketChat#48)"

This reverts commit 65d5d88.

* revert done

* remove other firebase components
  • Loading branch information
Dnouv committed Nov 3, 2022
1 parent a1a08c1 commit eaabff5
Show file tree
Hide file tree
Showing 18 changed files with 18,780 additions and 903 deletions.
17 changes: 0 additions & 17 deletions app/.env.local.sample
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
# Environment variables for firebase-admin
GOOGLE_CREDS_PATH=required, path to your service account json file that you downloaded from firebase console.

#Alternatively you can set values for projectId, privateKey, clientEmail individually. Though service account json file will be prefered.
FIREBASE_PROJECT_ID=required
FIREBASE_PRIVATE_KEY=required
FIREBASE_CLIENT_EMAIL=required
FIREBASE_DATABASE_URL=if needed, see initAuth in /app/components/auth/firebase/lib/functions.js

# Environment variables for firebase client config.
NEXT_PUBLIC_FIREBASE_PROJECT_ID=required
NEXT_PUBLIC_FIREBASE_API_KEY=required
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=required
NEXT_PUBLIC_FIREBASE_APP_ID=required
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=
NEXT_PUBLIC_FIREBASE_MEASUREMENT_ID=

# for cookies signing
COOKIE_SECRET_CURRENT=
Expand Down
81 changes: 0 additions & 81 deletions app/components/auth/firebase/README.md

This file was deleted.

20 changes: 0 additions & 20 deletions app/components/auth/firebase/index.js

This file was deleted.

1 change: 0 additions & 1 deletion app/components/auth/firebase/lib/constants.js

This file was deleted.

189 changes: 0 additions & 189 deletions app/components/auth/firebase/lib/functions.js

This file was deleted.

21 changes: 0 additions & 21 deletions app/components/auth/firebase/lib/getGoogleCredsFromFile.js

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions app/components/auth/firebase/styles/FirebaseAuthUI.module.css

This file was deleted.

Loading

0 comments on commit eaabff5

Please sign in to comment.