fixes
This commit is contained in:
@@ -4,7 +4,7 @@ import 'firebase/compat/auth'
|
||||
import 'firebaseui/dist/firebaseui.css'
|
||||
import * as firebaseui from 'firebaseui'
|
||||
import { FirebaseAuthentication } from '@capacitor-firebase/authentication'
|
||||
import { getAuth, GoogleAuthProvider, OAuthProvider, signInWithCredential } from 'firebase/auth'
|
||||
import { getAuth, GoogleAuthProvider, signInWithCredential } from 'firebase/auth'
|
||||
|
||||
const emit = defineEmits<{
|
||||
signedIn: [authResult: any]
|
||||
|
||||
@@ -8,7 +8,6 @@ import {
|
||||
setActiveNote,
|
||||
getNoteReferences
|
||||
} from '@/composables/useNotes'
|
||||
import { Haptics, ImpactStyle } from '@capacitor/haptics'
|
||||
|
||||
const props = defineProps<{
|
||||
note: Note
|
||||
|
||||
Reference in New Issue
Block a user