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