Deciding to leave this one running on Firebase, cloning this repo for testing with Supabase

This commit is contained in:
Ray 2024-07-23 04:30:22 +00:00 committed by GitHub
parent 8a93184af1
commit 916c87b28d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 8 deletions

View File

@ -1,6 +1,3 @@
import { Client } from 'appwrite';
// Google Firebase Plugins to add
import { firebaseConfig } from "./config/FirebaseConfig" import { firebaseConfig } from "./config/FirebaseConfig"
import { initializeApp } from "firebase/app" import { initializeApp } from "firebase/app"
import { getAuth, import { getAuth,

View File

@ -1,5 +0,0 @@
export const AppwriteConfig = new Client();
client
.setEndpoint('https://cloud.appwrite.io/v1')
.setProject('669e8e55003279c5ebdd');