From 535a0835b4a91e3c7ff4e83018316d7f5239547e Mon Sep 17 00:00:00 2001 From: andrewstech Date: Mon, 20 Jun 2022 20:43:41 +0100 Subject: [PATCH] Add branded urls to firebase auth --- domains/auth.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/auth.json diff --git a/domains/auth.json b/domains/auth.json new file mode 100644 index 000000000..b9b748a4f --- /dev/null +++ b/domains/auth.json @@ -0,0 +1,10 @@ + { + "owner": { + "username": "andrewstech", + "email": "andrew@win11react.com" + }, + "record": { + "A": ["199.36.158.100"] + } + } +