capawesome-team / capacitor-firebase

⚡️ Firebase plugins for Capacitor. Supports Android, iOS and the Web.

Home Page:https://capawesome.io/plugins/firebase/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

refactor: rename error codes

robingenz opened this issue · comments

Currently the error codes have no prefix (e.g. email-already-in-use). However, the Firebase JS SDK always returns a prefix for error codes (e.g. auth/email-already-in-use). The native platforms should behave in the same way.

Capacitor Plugin:

grafik

Firebase JS SDK:

grafik