Skip to content

Commit

Permalink
chore: updated dependencies
Browse files Browse the repository at this point in the history
feat: added `firebase_ui_firestore` dependency
  • Loading branch information
SethCohen committed Mar 28, 2023
1 parent 2ffc51a commit a48eaf0
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 289 deletions.
4 changes: 0 additions & 4 deletions src/macos/Flutter/GeneratedPluginRegistrant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,9 @@ import Foundation
import cloud_firestore
import firebase_auth
import firebase_core
import path_provider_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"))
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
}
Loading

0 comments on commit a48eaf0

Please sign in to comment.