firebase / FirebaseUI-iOS

iOS UI bindings for Firebase.
Apache License 2.0
1.51k stars 474 forks source link

How to use? #1142

Open Ntrystan opened 1 year ago

morganchen12 commented 1 year ago

Hey @Ntrystan, have you looked at the README?

MaxFactorHub commented 1 year ago

Hey @morganchen12 I am new in IOS developer. I want to learn how to work with FirebaseUI-iOS.

I has reading official Firebase documentation(https://firebase.google.com/docs/auth/ios/firebaseui#sign_in) but she has so much deprecated code examples.

I has try reading README files as you say above, but links in https://github.com/firebase/FirebaseUI-iOS#documentation section is unavailable.

I has try to download FirebaseUI-iOS sdk by using SPM but i have some unpleasant bug (https://github.com/firebase/FirebaseUI-iOS/issues/1017#issuecomment-1505184111) fortunately I deal with it.

So can you offer me the best way for learning about "how to work with FirebaseUI-iOS", maybe there are another official resources which describe this topic? Or the best way to learning is to analyze the source code?

For now, I reading README https://github.com/firebase/FirebaseUI-iOS/tree/master/FirebaseAuthUI#firebaseui-for-ios--auth

p.s README has deprecated code examples too. Is there any documentation which covering all the features of the FirebaseUI-iOS sdk?