summaryrefslogtreecommitdiff
path: root/macos/Flutter/GeneratedPluginRegistrant.swift
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2023-04-24 22:16:41 -0600
committerIván Ávalos <avalos@disroot.org>2023-04-24 22:16:41 -0600
commitaef50f9e3d66425cbfe6ec6db8ef6a1165c0f882 (patch)
tree5ca24e22f0e7d3abdb535c3ff8e315b26d4634f5 /macos/Flutter/GeneratedPluginRegistrant.swift
parente6699735a68763787a74941b3402007738683c03 (diff)
downloadpmsna1-aef50f9e3d66425cbfe6ec6db8ef6a1165c0f882.tar.gz
pmsna1-aef50f9e3d66425cbfe6ec6db8ef6a1165c0f882.tar.bz2
pmsna1-aef50f9e3d66425cbfe6ec6db8ef6a1165c0f882.zip
Implemented GitHub and Google auth
Diffstat (limited to 'macos/Flutter/GeneratedPluginRegistrant.swift')
-rw-r--r--macos/Flutter/GeneratedPluginRegistrant.swift2
1 files changed, 2 insertions, 0 deletions
diff --git a/macos/Flutter/GeneratedPluginRegistrant.swift b/macos/Flutter/GeneratedPluginRegistrant.swift
index 54b3ff1..9d1472f 100644
--- a/macos/Flutter/GeneratedPluginRegistrant.swift
+++ b/macos/Flutter/GeneratedPluginRegistrant.swift
@@ -5,6 +5,7 @@
import FlutterMacOS
import Foundation
+import cloud_firestore
import firebase_auth
import firebase_core
import path_provider_foundation
@@ -12,6 +13,7 @@ import shared_preferences_foundation
import sqflite
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
+ FLTFirebaseFirestorePlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseFirestorePlugin"))
FLTFirebaseAuthPlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseAuthPlugin"))
FLTFirebaseCorePlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseCorePlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))