cotrin8672 / kotlin-firebase-js

MIT License
1 stars 0 forks source link

How to implement this library? #1

Open Monabr opened 3 days ago

Monabr commented 3 days ago

Hi.

How to use your library?

Please update README.

cotrin8672 commented 3 days ago

This library is hosted on mavenCentral, though, This library has not been maintained for a long time now. You can use this repository instead. It supports a variety of targets besides js and should be upward compatible with this library.

Monabr commented 3 days ago

@cotrin8672 I created the issue there https://github.com/GitLiveApp/firebase-kotlin-sdk/issues/659

I can't figure out how to use it in backend project.

I think sdk your are linked in mostly for web but not for node.js backend. Isn't it?

cotrin8672 commented 3 days ago

I don't know that much about Firebase, so I apologise if I'm missing the point. Are you using Kotlin/JS to build a Node.js-based backend? If so, don't you need a Kotlin/JS wrapper for the Firebase JS Admin SDK?

Monabr commented 3 days ago

@cotrin8672 Yes, my plan now is to translate from Kotlin to Node.js. The parts I'm missing are entry points like "onCall" and Admin SDK

cotrin8672 commented 2 days ago

My library probably does not support the Firebase Admin SDK either. A wrapper could be developed separately, but this would be time-consuming.

Monabr commented 2 days ago

@cotrin8672 I have found this https://github.com/ChrisKruegerDev/kotlin-firebase-admin but its from 2021

cotrin8672 commented 2 days ago

There are currently no plans to support the Firebase Admin SDK as this would take a significant amount of time. However, if you are willing to provide remuneration, we would be happy to undertake the development.