Skip to content

Commit d94a4ba

Browse files
authored
docs(ui_auth): add a font requirement (#10293)
1 parent 3f32969 commit d94a4ba

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: packages/firebase_ui_auth/README.md

+11
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,17 @@ class MyApp extends StatelessWidget {
7171
}
7272
```
7373

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+
7485
## Docs
7586
7687
Find relevant documentation [here](https://github.com/firebase/flutterfire/tree/master/packages/firebase_ui_auth/doc)

0 commit comments

Comments
 (0)