Cairin Michie

Results 7 comments of Cairin Michie

WIP: https://www.notion.so/coil/Key-directory-37ffa393ce8d48d58cf688e71fcfa78e

[Example source](https://medium.freecodecamp.org/introduction-to-npm-scripts-1dbb2ae01633)

I haven't had a chance yet, was planning on doing it this weekend.

No, sorry I have been too busy with other work.

I agree that the build.json seems to be the simplest way to give users more control.

You could try wrapping the component with ``, or moving all dom manipulations to the `mounted` lifecycle hook. - [reference 1](https://github.com/nuxt/nuxt.js/issues/1700#issuecomment-331099596), [reference 2](https://github.com/nuxt/nuxt.js/issues/1567#issuecomment-327206687)

Try this: ``` const firebaseAuth = cordova.plugins.firebase.auth; firebaseAuth.verifyPhoneNumber(phoneNumber, 0).then((verificationId) => { // Do what you want with your verificationId }).catch(reject); ``` See #37 for explanation.