From c5c0240d0b36c2f47f8c8b560f300c95f860ce10 Mon Sep 17 00:00:00 2001 From: Amadeu Cavalcante Date: Sun, 15 Jul 2018 15:07:53 -0300 Subject: [PATCH] Added some space after markdown headers tags Added space after `###`, so the hearder could look like markdown header --- samples/swift/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/samples/swift/README.md b/samples/swift/README.md index 1a71e4136f5..1fea1fc28aa 100644 --- a/samples/swift/README.md +++ b/samples/swift/README.md @@ -12,16 +12,16 @@ open FirebaseUI-demo-swift.xcworkspace ``` 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. -###Project configuration +### Project configuration Please follow steps described [here](https://github.com/firebase/FirebaseUI-iOS#mandatory-sample-project-configuration) in order to run the sample project. -###Chat Sample +### Chat Sample This sample uses [anonymous authentication](https://firebase.google.com/docs/auth/ios/anonymous-auth), so make sure anonymous auth is enabled in Firebase console. -###Auth Sample +### Auth Sample This sample uses [email/password](https://firebase.google.com/docs/auth/ios/password-auth), [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 services your app will support. Take a look at the [Auth README](../../FirebaseAuthUI/README.md) for more information. -###Storage Sample +### Storage Sample 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) -for your bucket to allow that. \ No newline at end of file +for your bucket to allow that.