Deciding to leave this one running on Firebase, cloning this repo for testing with Supabase
This commit is contained in:
parent
8a93184af1
commit
916c87b28d
|
@ -1,6 +1,3 @@
|
|||
import { Client } from 'appwrite';
|
||||
|
||||
// Google Firebase Plugins to add
|
||||
import { firebaseConfig } from "./config/FirebaseConfig"
|
||||
import { initializeApp } from "firebase/app"
|
||||
import { getAuth,
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
export const AppwriteConfig = new Client();
|
||||
|
||||
client
|
||||
.setEndpoint('https://cloud.appwrite.io/v1')
|
||||
.setProject('669e8e55003279c5ebdd');
|
Loading…
Reference in New Issue