Skip to content

Commit ece22d6

Browse files
authored
Merge pull request #479 from amadeu01/patch-1
Added some space after markdown headers tags
2 parents 4d7ce1d + c5c0240 commit ece22d6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

samples/swift/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ open FirebaseUI-demo-swift.xcworkspace
1212
```
1313
Once you've opened the workspace, go into `Supporting Files/Info.plist` and either fill in the social provider information currently commented out, or delete extra providers you're not interested in. For providers you choose to keep, enable them in your Firebase Dashboard according to the [user authentication docs](https://www.firebase.com/docs/ios/guide/user-auth.html). In `ViewController.m` make sure to only enable providers that you've configured properly.
1414

15-
###Project configuration
15+
### Project configuration
1616

1717
Please follow steps described [here](https://github.com/firebase/FirebaseUI-iOS#mandatory-sample-project-configuration) in order to run the sample project.
1818

19-
###Chat Sample
19+
### Chat Sample
2020

2121
This sample uses [anonymous authentication](https://firebase.google.com/docs/auth/ios/anonymous-auth),
2222
so make sure anonymous auth is enabled in Firebase console.
2323

24-
###Auth Sample
24+
### Auth Sample
2525

2626
This sample uses [email/password](https://firebase.google.com/docs/auth/ios/password-auth),
2727
[Google](https://firebase.google.com/docs/auth/ios/google-signin),
@@ -33,7 +33,7 @@ since it depends on the various keys and tokens for the different auth
3333
services your app will support. Take a look at the [Auth README](../../FirebaseAuthUI/README.md)
3434
for more information.
3535

36-
###Storage Sample
36+
### Storage Sample
3737

3838
This sample does not use a logged-in user, so make to set up the [Storage Security Rules](https://firebase.google.com/docs/storage/security/start#sample-rules)
39-
for your bucket to allow that.
39+
for your bucket to allow that.

0 commit comments

Comments
 (0)