dkimitsa / robovm-robopods

32 stars 9 forks source link

Update Firestore and Database method names to mimic Java/Android library method names #24

Closed CoderBaron closed 1 year ago

CoderBaron commented 1 year ago

This PR makes it much easier to use the Firebase Firestore and Database bindings as the methods are now exactly named as in the Android/Java Firebase libraries. So one can copy code from Android/Java Firebase tutorials to use on iOS. The only naming difference is the added FIR-prefix to class names.

dkimitsa commented 1 year ago

hi, thank you for effort. but I prefer to keep it close to original API, this allows to follow original platform documentations.