We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f32969 commit d94a4baCopy full SHA for d94a4ba
packages/firebase_ui_auth/README.md
@@ -71,6 +71,17 @@ class MyApp extends StatelessWidget {
71
}
72
```
73
74
+## Profile screen icons
75
+
76
+If you're using `ProfileScreen`, make sure to add the following to your `pubspec.yaml`:
77
78
+```yaml
79
+fonts:
80
+ - family: SocialIcons
81
+ fonts:
82
+ - asset: packages/firebase_ui_auth/fonts/SocialIcons.ttf
83
+```
84
85
## Docs
86
87
Find relevant documentation [here](https://github.com/firebase/flutterfire/tree/master/packages/firebase_ui_auth/doc)
0 commit comments