Hi folks, congrats on the functions :). I was wo...
# help
k
Hi folks, congrats on the functions :). I was wondering if you have considered proper usecases when choosing Deno for your functions? The question raised while I was super excited to finally be able to implement push notifications using fcm with supabase functions as my workaround using rpc isn't working anymore. Anyway, apparently, Firebase doesn't support Deno. and im stuck for hours trying everything possible. Do you have any examples, suggestions to how to make this work?
n
Hello @Kosh! This thread has been automatically created from your message in #843999948717555735 a ``few seconds ago``. Pinging @User so that they see this as well! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates. Want to change the title? Use the
/title
command! We have solved your problem? Click the button below to archive it.
s
n
Kosh (2022-04-02)
k
yes you can do this, but why reinvent what firebase-admin is doing? we will still need to obtain access token first before calling any api to firebase. which is a bit of trouble.
s
Yes agreed, but with edge functions i don't see any other way