[FIXED] How can i check a JWT token is valid using an async function route with nodejs?
Issue I am following the guide below to verify that only registered users can send requests to my backend nodejs
Read moreIssue I am following the guide below to verify that only registered users can send requests to my backend nodejs
Read moreIssue There are many examples of using Express for Firebase Cloud Functions. In every example of I have found the
Read moreIssue I’m following this tutorial https://daviddalbusco.medium.com/add-web-push-notifications-to-your-ionic-pwa-358f6ec53c6f to make my Ionic Angular App a PWA and also add web push notifications
Read moreIssue I am working on a personal project and I have a service that returns an array of images from
Read moreIssue I’m using this query to verify if data exists on my Firebase (using AngularFire2) let aux = this.afData.list(“/drivers”, {
Read moreIssue I am having small issue, after I migrated my Firebase Cloud Function (onCall) to v2 they suggest that it
Read moreIssue How can I access the Error.code property? I get a Typescript error because the property ‘code’ does not exist
Read moreIssue How can I send a verification email after I create a user with firebase admin SDK? I am trying
Read moreIssue I’m using the method signInWithEmailAndPassword to validate a user in my angular based application, I wrote this code: firebase.auth().signInWithEmailAndPassword(email,
Read moreIssue I have a CRUD app powered by angular. Recently I added datatables to it in order to search, filter,
Read more