SD10 / Nora

Nora is a Firebase abstraction layer for FirebaseDatabase and FirebaseStorage
MIT License
269 stars 26 forks source link

What is the pro and cons Nora vs pyrobase? #29

Closed steve21124 closed 6 years ago

steve21124 commented 6 years ago

first, thanks for writing the library and second

What is the pro and cons Nora vs pyrobase? trying to understand which one is better fit for one scenario and not the others.

https://github.com/mownier/pyrobase

SD10 commented 6 years ago

Hey @steve21124, I'm not familiar with pyrobase at all so I couldn't tell you the pros and cons of the two. Nora is meant to be a Moya like abstraction for Firebase. I created this since Moya can't support Firebase due to it being so tightly coupled to Alamofire.

steve21124 commented 6 years ago

Thanks @SD10, I am trying to check if Nora can fits the needs. There is currently no example of demo example having table view. So I am not sure from quick glance how useful it is. another framework, that i am checking is https://github.com/1amageek/Salada.