B4A Question Remediation for Exposed GCP API keys - asales    Jun 27, 2019 I get an alert in Google Console to one of my apps.
Security Alert
The app has open Google Cloud Platform (GCP) API keys. See this Google Help Center article for more details.
Vulnerable locations... B4A Question GCM Exposed Key - Marcos Alves    Jul 14, 2019 the exposing of a GCM key . This app uses GCM/Firebase Lib and it's code is written according... wasn't secure about that piece of code when we write the Key = xxxx to use Firebase GCM library... B4A Question Exposing API Key when using Geocoding API - Erel (first post)    Oct 22, 2019   (1 reaction) Make sure that API_KEY is a process global variable and compile your app with obfucsation mode.... B4A Question Your app contains exposed Google Cloud Platform (GCP) API keys - tsteward    Jul 5, 2019 I have just spotted this warning on m\developer console. Should I be worried and what do I do about it.
Security alert
Your app contains exposed Google Cloud Platform (GCP) API keys. Please see... B4A Question SOLVED -Exposed Firebase Cloud Messaging Server Keys - gregorio_adrian_gimenez (first post)    Apr 1, 2022 :mad::mad::mad::mad::mad:o_Oo_Oo_Oo_O😭😭😭😭😭😭😭😭😭😭😭... B4A Question Erel / agraham: Parse lib "exposing" key info - boten    Oct 14, 2013 Why is data1 & data 2 (from RES.XML) displayed on the log, whatever SetLoggingLevel I use, or not use at all? Anybody who is using my app and looking a the log will be able to manipulate the app on Parse.... Share My Creation [B4X] User Login App + [B4J] MySQL API Server (Key + Token) - aeric    Aug 14, 2022   (34 reactions) Update: I recommend you to also take a look at my latest Web API Template if you want to develop B4X client apps connecting to MySQL/SQLite backend web server using JSON format API. Finally I would like to share my B4J API server written in B4J. Compare to my previous PHP API, this API server implements user access token to authorize user to consume the API. SQL.zip - SQL script to create necess... B4A Question [SOLVED] GoogleMaps Without PERMISSION_ACCESS_FINE_LOCATION - mmieher (first post)    Jul 11, 2022 "Make a new small project ..." Some of the usual cut/paste and Add Existing Module errors. However, my take-away here is, do not mess with Restricting API Keys until you know everything else works. GoogleMaps example not published, so no nasty message about the exposed key.... B4J Library [B4X] KVS2 / KeyValueStore 2 - Simple & Powerful Local Datastore - Erel    Jul 16, 2020   (41 reactions)   tags: Database, 2, B4X, KeyValueStore, MapColl -keyvaluestore2-library.120234/ KeyValueStore is a persistent key/value based data store. It is similar to... (a list that holds maps for example). KeyValueStore depends on the following libraries: SQL.../forum/threads/b4x-cloudkvs-synchronized-key-value-store.63536/#content Updates: - V2.20 - Adds support... items. Examples: 'getting all items: Wait For (Starter.kvs.GetMapAsync(Starter.kvs.ListKeys...(Array("Key1", "Key2", "Key3")) Complete (Result As Map) Log(Result... B4A Library [B4X] KVS - KeyValueStore library - Erel    Jul 21, 2021   (27 reactions) A key / value persistent store. The data is serialized using B4XSerializator and is stored in an internal database. The database can be shared between B4A, B4i and B4J. Using KVS is similar to using a Map. You initialize it once and then you can put or get items with Put, Get or GetDefault methods. The supported types of objects are: Lists, Maps, Strings, primitives (numbers), user defined... be object or bytes This library is named KeyValueStore. There is an older library named KeyValueStore2... Page: 1   2   3   4   5   6   7   |