I'm building an android app and currently integrating Flutterwave into my app for payment. I am adviced NEVER to put my Flutterwave API keys on my app. So how do i hide these keys. I'm using Retrofit for my network operations. Thanks i'm a newbie to this.
Asked
Active
Viewed 59 times
0
-
You can't hide your Firebase configuration, and it's not even really intended to be "private" information. – Doug Stevenson Oct 27 '20 at 18:53
-
Good day Doug Stevenson, I'm not taking about my Firebase configuration. I'm talking about hiding my Flutterwave API secret key. Thank you. – nelsola Oct 27 '20 at 18:54
-
Good day Doug Stevenson, I'm not taking about my Firebase configuration. I'm talking about hiding my Flutterwave API secret key. Thank you. – nelsola Oct 27 '20 at 18:55
-
OK, I will remove all references to Firebase since it's not relelvant here. – Doug Stevenson Oct 27 '20 at 19:03
-
I'm using Firebase for my backend and i thought the answer would relate to Firebase thats why i put the tag there as it is adviced that you hide your API keys on your server. – nelsola Oct 27 '20 at 19:08
-
The implementation will be basically the same no matter what your backend. – Doug Stevenson Oct 27 '20 at 19:17