Software Alternatives, Accelerators & Startups

How to create a simple checklist app

Flutter.dev Cloud Functions for Firebase Cloud Firestore
  1. Build beautiful native apps in record time 🚀
    Pricing:
    • Open Source
    Option 2: flutter. This could build the app in one codebase writing everything in one language, dart. It's Google crossplatform UI framework which could help speed up the development bringing it to both platforms. Some posts with examples.

    #Development Tools #Application Builder #Mobile App Development 341 social mentions

  2. Serverless / Task Processing
    Pricing:
    • Open Source
    For your use case, flutter might make the most sense since the use case is pretty simple being a CRUD app. Then for the functionality of updating a group chat, you could pretty easily copy paste stuff. Or you could use something like Firestore to sync this data to a server and then cloud functions to send push notifications to others who have the app. Firebase is something that would work for any of the solutions posted above.

    #Developer Tools #Cloud Computing #Backend As A Service 27 social mentions

  3. Use our flexible, scalable NoSQL cloud database to store and sync data for client- and server-side development.
    For your use case, flutter might make the most sense since the use case is pretty simple being a CRUD app. Then for the functionality of updating a group chat, you could pretty easily copy paste stuff. Or you could use something like Firestore to sync this data to a server and then cloud functions to send push notifications to others who have the app. Firebase is something that would work for any of the solutions posted above.

    #NoSQL Databases #Databases #Developer Tools 43 social mentions

Discuss: How to create a simple checklist app

Log in or Post with