Firebase Realtime Database #1998
Replies: 3 comments
-
Korge is a kotlin multiplatform project, so following the doc to KMP on firebase should be the way. |
Beta Was this translation helpful? Give feedback.
-
Indeed. There are places where you can search for kotlin libraries. You should search for one supporting the specific SDK you want to use for the specific platforms you want to publish to and include it. Alternatively you can include per-platform libraries for example the Android library, and create expect/actual members yourself to interact with the API. |
Beta Was this translation helpful? Give feedback.
-
You can also use the rest api that it provides and communicate via ktor or korge http apis. Example: https://gist.github.com/Kietyo/e567ba6dee395b9092ab455362637158 |
Beta Was this translation helpful? Give feedback.
-
I am just exploring Korge and I just want to know how to connect firebase sdk?
Like i want use firebase featre i.e. Crashlytic, Event, Realtime Database, Remote Config.
Anyone can guide me?
Beta Was this translation helpful? Give feedback.
All reactions