Sketchware-Pro / Sketchware-Pro

Sketchware Pro's sources in Java. Now anyone can contribute to Sketchware Pro.
https://sketchware.pro
Other
853 stars 252 forks source link

Add Cloud Firestore to Component List #1110

Closed rexfernandezluciano closed 1 month ago

rexfernandezluciano commented 1 month ago

Is your feature request related to a problem? Please describe. Since, Real-time database is too much cost and have limited simultaneous connection to 100, it's different when Firestore comes. There's no simultaneous connection limitations. There's only limitations for read and write operations.

Describe the solution you'd like Adding Firestore will be good solution to Real-time database. Since adding Cloud Firestore manually in Sketchware Pro is not possible.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

hasrat-ali commented 1 month ago

There won't be any more built-in Components, Blocks or Widgets, Use Custom Components, Blocks, etc. instead.

rexfernandezluciano commented 4 weeks ago

When adding using custom component, it needs to all Firebase libraries be updated. If it's not, the application will crashed and not find any component registered in the manifest specially "FirebaseFirestoreComponentRegistrar".