Umair Ashraf
Umair Ashraf
Just ran into this issue with Chrome Extension V3 environment. The service worker of Chrome Extension V3 no longer supports XMLHttpRequest and has fetch(). ``` "dependencies": { "firebase": "^10.1.0", ```
Another reason to have this built into the UI is that, I want to show my users that they are getting discounted prices and not the actual price. I want...
Can confirm, this does work.
Is there a way to link changes you made with issue? You probably directly pushed to the master.
Just ran into it. I am trying to use LOCAL persistence in an Expo React Native app (riamuapp.com). ```javascript firebase.auth().setPersistence(firebase.auth.Auth.Persistence.SESSION) .then(() => { firebase .auth() .signInWithEmailAndPassword(email, password) .then(() => {...
I achieved that by using Chatwoot's webhook (Conversation Updated) and sending the push notification from my nodejs server.
I am facing same issue.  App.js ``` import React from 'react'; import { Ionicons } from '@expo/vector-icons'; export...
I ended up recreating an expo project and match dependencies (downgrade) and then everything just works now.
May be an unrelated question, but why are Let's Encrypt certificates not signed in MIAB? Let's Encrypt says they provide signed certificates and warning shouldn't be shown. I read somewhere...