Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set Up Supabase Backend and Email Authentication for Medica Project #130

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

munezeromicha
Copy link
Contributor

Description:
This PR sets up Supabase as the backend for our Medica project, which is built using React and TypeScript. It includes the integration of Supabase and the implementation of user authentication using email and password. With this setup, users will be able to sign up and log in to the application securely.

Changes Made:

Supabase Initialization:

  • Created a new Supabase project.
  • Added Supabase API keys and project URL to environment variables.

Supabase Client Integration:

  • Installed the Supabase client library.
  • Configured the Supabase client in the project (supabaseClient.ts).

Authentication Setup:

  • Enabled email/password authentication in Supabase.
  • Implemented user signup, login, and logout functionalities.
  • Added form components for user registration and login.

@munezeromicha munezeromicha force-pushed the ch-auth-supabase-backend branch from e864105 to cdb0e3e Compare June 6, 2024 10:56
@codecov-commenter
Copy link

codecov-commenter commented Jun 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.22%. Comparing base (d015e1a) to head (f3b24f3).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #130   +/-   ##
========================================
  Coverage    72.22%   72.22%           
========================================
  Files            3        3           
  Lines           18       18           
  Branches         3        3           
========================================
  Hits            13       13           
  Misses           5        5           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@munezeromicha munezeromicha force-pushed the ch-auth-supabase-backend branch from cdb0e3e to a665081 Compare June 6, 2024 10:59
@munezeromicha munezeromicha self-assigned this Jun 6, 2024
@munezeromicha munezeromicha added Chore Chore issues Need Review Requires reviews labels Jun 6, 2024
@munezeromicha munezeromicha added this to the Mobile App UI milestone Jun 6, 2024
@munezeromicha munezeromicha linked an issue Jun 6, 2024 that may be closed by this pull request
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix-doctor-details-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-AddNewCard-Screen-added
    *bg: fix appointment
    *feat:setting up the dark theme for some screens.
    *fix-doctor-details-screen-added

bg: fix merge conflicts

fix-AddNewCard-Screen-added

bg: reset release commits

ch-auth-supabase-added
@mr3nz1 mr3nz1 force-pushed the ch-auth-supabase-backend branch from a665081 to f3b24f3 Compare June 6, 2024 13:25
@Irirwanirira Irirwanirira requested review from Irirwanirira and removed request for Paccyfic June 6, 2024 13:47
@Nkbtemmy Nkbtemmy merged commit 6912d94 into develop Jun 6, 2024
13 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Chore Chore issues Need Review Requires reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Set Up Supabase Backend
6 participants