jkutkutOrg / Android-CineHub

GNU General Public License v3.0
0 stars 2 forks source link

DB API #19

Closed Jkutkut closed 1 year ago

Jkutkut commented 1 year ago

The API to interact directly with Firebase using Android Studio Java.

Jkutkut commented 1 year ago

Stable version: db-v0.9.01. roomConfiguration and projectionConfiguration methods implemented.

Other changes to the internal structure of the API and the DB applied. The API structure remains the same

@alexaib2002

Jkutkut commented 1 year ago

Stable version: db-v0.9.04. Method to add a reservation added

Jkutkut commented 1 year ago

db-v0.9.05: CinehubStorage allows now to obtain the resources from Firebase Storage. Images can no be obtained @alexeses . Check the wiki for more information.

Jkutkut commented 1 year ago

db-v0.9.07: getSeatReservationUser implemented and tested