Ionic 中的 Firebase 身份验证文档
Documentation for firebase authentication in Ionic
我在 Ionic 应用程序中寻找一些关于 firebase 身份验证的官方文档,但我只找到了 android、iOS、web、unity 和 c++。
我想查看 Ionic 的文档。
文档不存在还是我看错地方了?
任何帮助将不胜感激。
对于 email/password 和未经身份验证的版本,它与网络版本几乎相同。
对于任何其他方法,您可以选择使用应该可以正常工作的网络版本或使用本机 cordova 插件(如果存在)。
为Google加The official IONIC doc but it's not very explicit so go see the git plugin readme page, even better follow this tutorial
对于其他原生方法请检查the official IONIC doc是否有 cordova 插件。
我在 Ionic 应用程序中寻找一些关于 firebase 身份验证的官方文档,但我只找到了 android、iOS、web、unity 和 c++。 我想查看 Ionic 的文档。 文档不存在还是我看错地方了? 任何帮助将不胜感激。
对于 email/password 和未经身份验证的版本,它与网络版本几乎相同。 对于任何其他方法,您可以选择使用应该可以正常工作的网络版本或使用本机 cordova 插件(如果存在)。
为Google加The official IONIC doc but it's not very explicit so go see the git plugin readme page, even better follow this tutorial
对于其他原生方法请检查the official IONIC doc是否有 cordova 插件。