In this branch we are dealing with the email auth functionality of Supabase. We are using gotrue wrapper provided by supabase community to create a simple auth app.
Check out the video walkthrough of the LearnSupabae App on YouTube: Watch Video
To run the LearnSupabse App on your local machine, follow these steps:
- Clone this repository:
git clone https://github.com/YoursSohail/LearnSupabase.git
- Open the project in Android Studio.
- Add your
supabaseUrl
andsupabaseKey
to local.propeties. - Build and run the app on an emulator or a physical device.
Contributions are welcome! If you find any issues or want to enhance the app, feel free to submit a pull request. Make sure to follow the coding guidelines and add appropriate tests.
Happy coding!