You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 17, 2025. It is now read-only.
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.
I think we should then use submodules to include firebase-iot in the two libraries and add symlinks. The issues with windows and symlinks will just have to be addressed by windows developers I don't think there is any other great way to include part of another library.
I am thinking we could do some shenanigans like do all of our development in firebase-iot (main repo, not an arduino library). Then create the other two repos FirebaseArduino and FirebaseArduinoModem, import firebase-iot as a submodule into them and use symlinks to create the structure that arduino wants for its libraries in those dummy repos.
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?
The text was updated successfully, but these errors were encountered: