You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Move our current how-to save to an API using Remix routing.
Should be done by creating the action route:
api.user.$id.ts
The API must validate the authenticated user.
Additional context
This is part of the effort to decouple the firebase from the client to make it easier for a Supabase migration.
And also improve codebase maintainability.
Is your feature request related to a problem? Please describe.
Move our current how-to save to an API using Remix routing.
Should be done by creating the action route:
The API must validate the authenticated user.
Additional context
This is part of the effort to decouple the firebase from the client to make it easier for a Supabase migration.
And also improve codebase maintainability.
Blocked by:
The text was updated successfully, but these errors were encountered: