{"id":23714938,"url":"https://github.com/dnutiu/firebaseresttranslator","last_synced_at":"2026-02-10T01:30:17.651Z","repository":{"id":100181167,"uuid":"245646013","full_name":"dnutiu/FirebaseRestTranslator","owner":"dnutiu","description":"Helper class used to translate C# dictionaries into Firebase Rest format","archived":false,"fork":false,"pushed_at":"2021-04-30T13:03:17.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-30T20:51:56.894Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dnutiu.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-07T14:20:16.000Z","updated_at":"2023-03-10T08:56:24.000Z","dependencies_parsed_at":"2023-05-12T18:00:10.065Z","dependency_job_id":null,"html_url":"https://github.com/dnutiu/FirebaseRestTranslator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnutiu%2FFirebaseRestTranslator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnutiu%2FFirebaseRestTranslator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnutiu%2FFirebaseRestTranslator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnutiu%2FFirebaseRestTranslator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dnutiu","download_url":"https://codeload.github.com/dnutiu/FirebaseRestTranslator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239803482,"owners_count":19699684,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-30T20:51:40.381Z","updated_at":"2026-02-10T01:30:17.615Z","avatar_url":"https://github.com/dnutiu.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FirebaseRestTranslator\n\n[![CircleCI](https://circleci.com/gh/dnutiu/FirebaseRestTranslator.svg?style=svg)](https://circleci.com/gh/dnutiu/FirebaseRestTranslator)\n\nThis is a small helper class that can be used to translate C#\ndictionaries into the Firebase REST format so they be posted\nto Firebase directly.\n\nSee the tests for usage.\n\n```c#\n    [Fact]\n    public void Test_FirebaseTranslator_BoolValue()\n    {\n        var data = new Dictionary\u003cstring, object\u003e()\n        {\n            [\"myKey\"] = false\n        };\n        var expectedJson = \"{\\\"name\\\":\\\"Test_FirebaseTranslator\\\",\\\"fields\\\":{\\\"myKey\\\":{\\\"booleanValue\\\":false}}}\";\n        var result = Translator.Translate(\"Test_FirebaseTranslator\", data);\n        var actualJson = JsonConvert.SerializeObject(result);\n        Assert.Equal(expectedJson, actualJson);\n    }\n```\n\n# Changelog\n\n### 0.1.2\n\n- Added support for uint, long types.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnutiu%2Ffirebaseresttranslator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdnutiu%2Ffirebaseresttranslator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnutiu%2Ffirebaseresttranslator/lists"}