swiftanthony

Results 3 comments of swiftanthony

It seems this commit is a culprit: https://github.com/Dogfalo/materialize/commit/cbb45236deb7b47fdcf31a6a739cc1daf058f2b8#diff-ded54852f17bdc9eaad04d7492954385

Is there anywhere a documentation on this ? I cannot seem to find how to hide a column

Same here. I use your provided example project for testing. Change `signInOptions` to: ``` signInOptions: [ { provider: firebase.auth.EmailAuthProvider.PROVIDER_ID, signInMethod: firebase.auth.EmailAuthProvider.EMAIL_LINK_SIGN_IN_METHOD } ], ``` I will receive the email with...