Ashish Narnoli
Ashish Narnoli
I installed node-forge in application based on Angular 12 and Webpack 5. While building app throwing below error message and looking for help: ``` ERROR in ./node_modules/node-forge/lib/pbkdf2.js 19:11-28 Module not...
Hi, Firebase SDK returns **additionalUserInfo, credential, operationType & user** after successful login while this plugin returns **user** object in which credential is missing. I need this credential to get accessToken...
I tried to use firebase.IdTokenResult.token returned by getAuthToken() to access Google Drive API but it throws 402 Unauthorised access error. I followed below approach: 1: Called `getAuthToken()` to get token...
### I am using MDTabs component and unable to set first tab by default when page loads There is a property called `selectedIndex` in which if I set `0` then...
I'm working on an app where Private and Public Keypairs are generated at client side. I am passing public key to backend server ie; Node js to encrypt data. When...
I’m using Firebase Authentication mechanism and the scope I have provided https://www.googleapis.com/auth/drive While running application, it asked for user login along with user's consent for Google drive access. After successful...
- [x] I have read the [Getting Started](https://inappwebview.dev/docs/intro/) section - [x] I have already searched for the same problem ## Environment | Technology | Version | |-----------------------| ------------- | |...