Skip to content
Discussion options

You must be logged in to vote

Currently only the Firestore component of the skip-firebase package is implemented. The implementation can be seen at: https://github.com/skiptools/skip-firebase/blob/main/Sources/SkipFirebaseFirestore/SkipFirebaseFirestore.swift

As you can see, it is a pretty straightforward 1-1 mapping between the Swift and Firebase APIs, thanks to the homogeneous design of the official Firebase Swift (https://firebase.google.com/docs/reference/swift/firebasedatabase/api/reference/Classes/Database) and Kotlin (https://firebase.google.com/docs/reference/android/com/google/firebase/database/FirebaseDatabase) frameworks. If you'd like to undertake implementing some of it yourself, we'd certainly appreciate…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by marcprux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants