@databutton/firebase-types
Advanced tools
Comparing version 1.71.31 to 1.71.32
@@ -717,2 +717,24 @@ import type { Timestamp } from "firebase/firestore"; | ||
}; | ||
export interface FirebaseAuthExtensionConfig { | ||
firebaseConfig: { | ||
apiKey: string; | ||
appId: string; | ||
projectId: string; | ||
authDomain: string; | ||
storageBucket: string; | ||
messagingSenderId: string; | ||
}; | ||
signInOptions: { | ||
google: boolean; | ||
email: boolean; | ||
facebook: boolean; | ||
twitter: boolean; | ||
emailAndPassword: boolean; | ||
magicLink: boolean; | ||
}; | ||
siteName: string; | ||
signInSuccessUrl: string; | ||
tosLink: string; | ||
privacyPolicyLink: string; | ||
} | ||
export type ProjectExtensions = ProjectExtensionConfig[]; | ||
@@ -719,0 +741,0 @@ export interface BaseTheme { |
{ | ||
"name": "@databutton/firebase-types", | ||
"version": "1.71.31", | ||
"version": "1.71.32", | ||
"main": "lib/types/published/index.js", | ||
@@ -5,0 +5,0 @@ "type": "module", |
54638
1882