koji-1009 / flutter_auth_ui

A Flutter plugin for using the Firebase Auth UI with Dart in Flutter apps. (not official plugin.)
https://pub.dev/packages/flutter_auth_ui
36 stars 10 forks source link

Logo for iOs #69

Closed robmr88 closed 3 years ago

robmr88 commented 3 years ago

Hi! would it be possible to have the logo for iOs too? Thanks

koji-1009 commented 3 years ago

Hi, @robmr88!

Sorry, but that is not implemented in FirebaseUI-iOS. https://github.com/firebase/FirebaseUI-iOS

robmr88 commented 3 years ago

Hi, yes I know that in the native version there is no logo for iOs but before using your library I was using another one for Flutter but unfortunately it got discontinued so I had to abandon it. However that library managed to add the logo for iOs as well. The library was this one: https://pub.dev/packages/firebase_auth_ui

It's really nice to have the logo for iOs as well so I was wondering if by any chance it could be added in this library too

koji-1009 commented 3 years ago

Well, I checked. It's the following code. https://github.com/sam0829/firebase_auth_ui/blob/v1.0.1/ios/Classes/CustomFUIAuthPickerViewController.swift#L9


The policy of this library is as written at medium post. Sorry, there are no plans to add original features that are not in the native library.