SchneiderInfosystems / FB4D

Open Source Library for connecting Firebase by Delphi VCL/FMX
https://www.schneider-infosys.ch/DelphiBlog/de/#FB4D
Apache License 2.0
181 stars 54 forks source link

Add support for BOSS #127

Closed arvanus closed 2 years ago

arvanus commented 2 years ago

Boss is a Dependency manager for Delphi and Lazarus (Windows), this way you can easily import and use modules in your project It uses semantic versioning to manage which version to use, you can read more here: https://github.com/HashLoad/boss/ Also, note that Delphi-JOSE-JWT already uses it

Thanks