This repository was archived by the owner on Mar 17, 2025. It is now read-only.
This repository was archived by the owner on Mar 17, 2025. It is now read-only.
Refactor github repositories. #118
Open
Description
I think we should change to three github projects.
FirebaseArduino - Will include the FirebaseArduino.{h,cc} and all related examples. Will be exported as an Arduino library.
FirebaseArduinoModem - Will include SerialTransciever.h and modem/ subdirs including tests, and its example. Will be exported as an Arduino Library.
firebase-iot - Will include the core cross-platform logic (Firebase.{h,cc}, transports, etc..) and tests.
I think they should all live under google/ as well instead of googlesamples/ as we are providing libraries to use instead of samples.
This issue will preclude #108 and #92.
What do you think?