Bronze 2
Since ‎10-27-2022
‎11-11-2022

My Stats

  • 3 Posts
  • 0 Solutions
  • 1 Likes given
  • 0 Likes received

Yugali's Bio

Badges tomoh Earned

View all badges

Recent Activity

I've set up an Angular SSR on a Firebase function. Now I try to debug a few things, but something I'm missing.I've imported the functionsimport functions from 'firebase-functions'; and try to use them in my Express callsserver.get('*', (req, res) => ...