项目作者: johnkmzhou

项目描述 :
Proof-of-concept for integrating FirebaseUI with Onsen UI.
高级语言: JavaScript
项目地址: git://github.com/johnkmzhou/firebaseui-onsenui-poc.git
创建时间: 2018-01-25T00:53:02Z
项目社区:https://github.com/johnkmzhou/firebaseui-onsenui-poc

开源协议:

下载


FirebaseUI and Onsen UI Proof-of-Concept

This is an example of how FirebaseUI React components can be used with OnsenUI. Note that the FirebaseAuth component is conditionally rendered by Redux state changes to work around the issue where internally it was triggering the firebaseui.auth.AuthUI widget to reset whenever the component unmounted. This led to the widget being removed when it actually needed to be rendered on more than one page.

I also used the same createUserProfile technique with react-redux-firebase that I employed in https://github.com/johnkmzhou/firebaseui-react-poc.