All Questions
2 questions
0
votes
1
answer
376
views
Creating REST API controller on top of Firebase Admin SDK
I'm trying to build REST API controller(using spring boot framework) on top of Firebase admin sdk, but I'm facing following issue:
Suppose, if I receive a GET request and it needs to read data from ...
0
votes
0
answers
225
views
Firebase Admin Java SDK - Database Sync Data Retrieve
I am using:
Java (Client/Server)
Firebase Admin SDK (Server)
Spring Framework (Server)
Problem:
I am trying to develop the server, based on Spring Framework that would work together with Firebase's ...