firebase-kotlin-sdk icon indicating copy to clipboard operation
firebase-kotlin-sdk copied to clipboard

Support Java Admin SDK

Open LandryNorris opened this issue 4 years ago • 1 comments

I am using the Java Admin SDK on server-side code, and found that many of the extensions in the firestore portion of this repo could easily be ported to the Admin SDK. Presumably most of the others would too, but even if some parts of Firebase couldn't be ported, any of these extensions would be nice to have. This would make server-side interaction with Firebase much nicer.

LandryNorris avatar Oct 11 '21 17:10 LandryNorris

Thanks for the suggestion @LandryNorris, I think it's certainly a viable feature to add just a case of what kind of demand there is for it and if someone in the community wants to contribute. As always, PR welcome!

nbransby avatar Oct 11 '21 17:10 nbransby

We now support java clientside environments via the https://github.com/GitLiveApp/firebase-java-sdk

nbransby avatar Aug 27 '23 13:08 nbransby

@nbransby It'd be nice if there was a way to share code between KMP client-side code, and also Java server code. I believe that's what this ticket was trying to accomplish. Is that possible with this?

ScottPierce avatar Sep 07 '23 00:09 ScottPierce

No It not possible as its for client-side java environments only - I know some people were using the Java Admin SDK client-side in lieu of a Java SDK so will help in case.

nbransby avatar Sep 09 '23 17:09 nbransby