Skip to content

⬇️ Installation

Antoine • Developer edited this page Jul 13, 2023 · 5 revisions

Welcome to the instagram-threads wiki!


You will learn how to install correctly the project through this two part:

Flutter config

Firebase config

  • create a new project: http://firebase.google.com
  • Add authentication method -> add email/password method
  • Add Realtime Database method -> set rules to allow read & write to true in development mode, be careful.
  • Add Storage method -> set rules to allow read & write to true in development mode, be careful.

feel free to ask some questions in FAQ channel in discussion channel 😉

You are ready to start developing!