From 48bbd71b3679f3c335f553900e922de5eabcdd29 Mon Sep 17 00:00:00 2001 From: Elliot Hesp Date: Thu, 1 Mar 2018 09:43:52 +0000 Subject: [PATCH] [codorial] WIP Add test relative images --- .../understanding-firebase-auth.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/codorials/authentication-with-firebase/understanding-firebase-auth.md b/codorials/authentication-with-firebase/understanding-firebase-auth.md index 1956e30d..26d58e96 100644 --- a/codorials/authentication-with-firebase/understanding-firebase-auth.md +++ b/codorials/authentication-with-firebase/understanding-firebase-auth.md @@ -18,6 +18,12 @@ Go ahead and enable these: ![Enabled Providers](https://raw.githubusercontent.com/invertase/react-native-firebase/codorials/codorials/authentication-with-firebase/assets/auth-providers.jpg) +![Enabled Providers](/assets/auth-providers.jpg) + +![Enabled Providers](assets/auth-providers.jpg) + +![](assets/auth-providers.jpg) + > If you don't have a Facebook app, simply enter dummy values. We'll cover this later on. ## Listening to the users authentication state