Search This Blog

Showing posts with label firebase. Show all posts
Showing posts with label firebase. Show all posts

Saturday, July 25, 2020

Cannot read property 'manifest' of undefined Firebase Cordova

I was implementing Firebase Phone Auth on Cordova project and tring to add to config.xml -- confronted these errors. Here is how to solved it

Before that

Install Plugin in Cordova Project

1. Open File from

2. Replace the pathToManifest

3. replace with pathToManifest with platforms/android/app/src/main as below

4. test it on device

Thursday, July 9, 2020

how to generate sha1 key in windows for Firebase & Android App

it is very simple to create SHA1 PrivateKeyEntry with Javascript Keytool for Firebase & Andriod App

1. keytool –keystore clientkeystore –genkey –alias client
2. keytool -exportcert -list -keystore clientkeystore

content-wide advt