Ziyaddin Sadygly

Results 19 comments of Ziyaddin Sadygly

It's okay. I think the current state of the type bindings is good enough.

My most favorite track is C2C - Down The Road. https://soundcloud.com/c2cdjs/down-the-road

@rafalolszewski94 have you found any alternatives?

Unfortunately, no. You need a real device.

@prideaux thanks for reply. Mine is almost the same. I just get warning instead of error.

@mschuetz72 what is the error you are facing with during deployment?

I think you should refer to this resource: https://ionicframework.com/docs/native/firebase-authentication/ Steps for importing an Ionic Native plugin: 1. Install the plugin via npm: ```bash npm install --save @ionic-native/firebase-authentication ``` 2. Import...

Basically: 1. Import `firebase-admin` package and your Firebase project's json file containing credentials. 2. Create a config object `firebaseConfig` by initializing Firebase Admin app via `admin.initializeApp()` and specifying `credential` and...