Skip to content

Commit 4769b53

Browse files
refactor: finalize firebase purge and consolidate supabase auth layer
1 parent cd33ea8 commit 4769b53

12 files changed

Lines changed: 219 additions & 266 deletions

File tree

.antigravityignore

Lines changed: 0 additions & 11 deletions
This file was deleted.

.env.example

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@
44
# Copy this file to .env.local and fill in the values.
55
# DO NOT commit the .env.local file to source control.
66

7-
# Firebase (Legacy - Auth)
8-
NEXT_PUBLIC_FIREBASE_API_KEY=
9-
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=
10-
NEXT_PUBLIC_FIREBASE_PROJECT_ID=
11-
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=
12-
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=
13-
NEXT_PUBLIC_FIREBASE_APP_ID=
147

158
# Supabase (PostgreSQL & New Auth)
169
NEXT_PUBLIC_SUPABASE_URL=

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ typecheck_details.txt
3434
.stylelintcache
3535
.turbo/
3636

37-
# Vercel & Firebase
37+
# Antigravity & Agents
38+
.antigravityignore
39+
40+
# Vercel
3841
.vercel
39-
.firebase
40-
firebase-debug.log
41-
database-debug.log
4242

4343
# Environment variables
4444
.env

apphosting.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

firestore.rules

Lines changed: 0 additions & 97 deletions
This file was deleted.

0 commit comments

Comments
 (0)