From 096a4be8a93b43681ba9a65fe88e8cdbae0f8afd Mon Sep 17 00:00:00 2001 From: Emre KARTAL Date: Sat, 25 Nov 2023 09:14:38 +0100 Subject: [PATCH] =?UTF-8?q?Transf=C3=A9rer=20les=20fichiers=20vers=20'Sour?= =?UTF-8?q?ces/justMUSIC/lib/values'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/justMUSIC/lib/values/keys.dart | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Sources/justMUSIC/lib/values/keys.dart diff --git a/Sources/justMUSIC/lib/values/keys.dart b/Sources/justMUSIC/lib/values/keys.dart new file mode 100644 index 0000000..637b126 --- /dev/null +++ b/Sources/justMUSIC/lib/values/keys.dart @@ -0,0 +1,5 @@ +const geoKey = "85a2724ad38b3994c2b7ebe1d239bbff"; +const clientId = "d9b82921bbdf43efa15d0c34c28c6f93"; +const clientSecret = "ba01687f59ea4ab7ad00c769e89e44d8"; +const keyApiFirebase = + "AAAA56TmIPg:APA91bFeKMr_i6CbUuuUdFI1XkdaNE2A7OVHzxrPIsOSlDfhR6qzZwof7JNGxthWUKj1dRHQMheWNYaLbf3AtXUp9o4DX_gB2073yR4urqUEh9CjvnxVws_9g1cWMgmFS3EpaQEA3icC"; \ No newline at end of file