firebase / FirebaseUI-Flutter

Apache License 2.0
92 stars 79 forks source link

Icons on profile screen does not appear #228

Closed abah19vo closed 5 months ago

abah19vo commented 6 months ago

Is there an existing issue for this?

What plugin is this bug for?

Firebase UI Auth

What platform(s) does this bug affect?

Android, iOS, Web, macOS, Linux

List of dependencies used.

Icons on profile screen does not appear after configuring them
 In the profile screen the configured providers icons have a question mark. this appeared for google provider and apple provider

Steps to reproduce

use google or apple as a provider and configure them and then they will become a question mark

Expected Behavior

normal icon on the inlogging methods parts

Actual Behavior

question marks instead

Additional Information

No response

ReallySmallSoftware commented 6 months ago

I can verify that I am seeing this also

danagbemava-nc commented 6 months ago

Hi @abah19vo, what version of firebase_ui_auth are you using?

abah19vo commented 6 months ago

Hi @abah19vo, what version of firebase_ui_auth are you using?

The newest one

danagbemava-nc commented 6 months ago

Hi @abah19vo, using the plugin example app the google icon is properly rendered for me. Do you see any errors in your console?

Please also share the output of flutter pub deps -- --style=compact.

Also, do you get the same issue with the plugin example app?

danagbemava-nc commented 5 months ago

Hi @abah19vo, coming back to this, have you added the social icons font to your pubspec.yaml? See https://github.com/firebase/FirebaseUI-Flutter/tree/main/packages/firebase_ui_auth#profile-screen-icons for how you can do this

ReallySmallSoftware commented 5 months ago

@danagbemava-nc you are a superstar - that sorted it for me.

danagbemava-nc commented 5 months ago

Closing this since it seems like the issue lies in not including the social icons fonts in the project.