Ако желаеш да зададеш въпрос, моля логни се в платформата.

Profile Picture

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Firebase</title> </head> <body> Firebase : <br> database <hr> <button onclick="load()">Load records</button> <hr> <ul id="records"> </ul> <script> function load() { const url = "https://test-project-b78c0-default-rtdb.europe-west1.firebasedatabase.app/orders.json?auth=8kpIne3FnUNPfUVzu0AxVDnfel7SDVxostYjcXDm"; // TODO } function displaySuccess(records) { for (let record of records) { // TODO } } function displayError(err) { //TODO } </script> </body> </html>


Profile Picture

https://library-2025jj-default-rtdb.europe-west1.firebasedatabase.app/users.json?auth=lqAkzzRdDU3anwoCqwv1rAzrpzJaQ2mw2VTHcMTe


Profile Picture

https://github.com/stilianstefanov/Store-Management-System


Profile Picture

https://snack.expo.dev/@jjordan95/hello-react-navigation-%7C-react-navigation


Profile Picture

https://github.com/profjordanov/nativecards/blob/main/.github/workflows/build.yml


Previous Next