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
Since we know have autogenerated code for openapi on the front end, we can make request to the server without needing to use Fetch API. However, for this to work, we will have to make functions that call the autogenerated code to do the requesting for us (example is in src/services/ApiEvents.ts). Furthermore, we will need to start incorporating these functions into our codebase, which will be a huge task because there is still a lot of firebase things in our FE codebase.
The text was updated successfully, but these errors were encountered:
Since we know have autogenerated code for openapi on the front end, we can make request to the server without needing to use Fetch API. However, for this to work, we will have to make functions that call the autogenerated code to do the requesting for us (example is in src/services/ApiEvents.ts). Furthermore, we will need to start incorporating these functions into our codebase, which will be a huge task because there is still a lot of firebase things in our FE codebase.
The text was updated successfully, but these errors were encountered: