Firebase is an API that lets developers easily sync and store data in realtime. Developers can use the service to build their apps without having to manage servers or write server-side code. There are clients for Android, iOS and JavaScript (including bindings for Ember, React, Angular and Backbone). The API allows users to access the functionality of Firebase programmatically. The API supports standard CRUD operations on the data within the databases as well as querying of the data. Firebase uses WebSockets to achive realtime communication between clients. Data can also be accessed over the Firebase REST API.
Firebase Simple Login is an additional service that allows developers to authenticate users using only client-side code. Enable authentication via a number of third-party providers, anonymous login, or email / password authentication without having to manually store authentication credentials or run a server.
Firebase Hosting gives developers a fast, secure and reliable way to host their app's static assets such as HTML, CSS, JavaScript, and media files. It is backed by a global CDN, serves content over SSL by default, and is available either a custom domain or on a subdomain of firebaseapp.com.
The following is a list of SDKs from our SDK directory that matched your search term. Though your definition of an SDK may differ, in our world, we define SDKs as platform- specific tools for consuming existing APIs of the sort we list in our API directory. For example, the Ruby SDK for consuming the Twitter Ads API. If you think an SDK, API, or other asset is missing from our directory, be sure to check our guidelines for making contributions to ProgrammableWeb.
The Google Firebase Cloud Storage iOS SDK contains a subset of the Firebase iOS SDK source that includes FirebaseCore, FirebaseAuth, FirebaseDatabase, FirebaseFirestore, FirebaseMessaging and FirebaseStorage. Cloud Storage for Firebase allows you to upload and share user generated content to build rich media content into your applications. Cloud Storage is built for app developers who need to store and serve user-generated content, such as photos or videos. Google Cloud helps developers build with cloud tools and infrastructure, applications, maps and devices.
The Firebase PHP SDK by kreait allows developers to integrate the Firebase API into their PHP applications. A quick usage example is included in the documentation.
The Delphi Data Access Components [for SQLite] SDK by Devart provides native connectivity to SQLite from Delphi, C++Builder, Lazarus, and Free Pascal. This SDK is designed to help programmers develop cross-platform desktop and mobile SQLite database applications without the need for additional libraries.
The Delphi Data Access Components [for Firebird\Interbase] SDK by Devart provides native connectivity to InterBase, Firebird, and Yaffil from Delphi, C++Builder, Lazarus, and Free Pascal. This SDK is designed to help programmers develop faster, cleaner InterBase database applications.
The Delphi Data Access Components [for PostgreSQL] SDK by Devart provides native connectivity to PostgreSQL from Delphi, C++Builder, Lazarus, and Free Pascal. This SDK is designed to help programmers develop faster, cleaner PostgreSQL database applications without deploying any additional libraries.
The MySQL Data Access Components [for Delphi] SDK by Devart allows developers to access MySQL from Delphi, C++Builder, Lazarus, and Free Pascal. This SDK is designed to provide native connectivity to MySQL and help programmers develop faster, cleaner MySQL database applications.
The Oracle Data Access Components (ODAC) SDK by Devart provides native connectivity to Oracle from Delphi, C++Builder, Lazarus, and Free Pascal. It is designed to help programmers develop faster and more native Oracle database applications.
The SQL Server Data Access Components (SDAC) by Devart are designed to help programmers develop faster and cleaner SQL Server database applications. They provide native connectivity to the SQL Server from Delphi, C++Builder, Lazarus, and Free Pascal.
The Universal Data Access Components (UniDAC) SDK by Devart contains components that provide access to many popular databases and database servers. UniDAC's unified approach to database-related application development allows users to easily switch between different databases in their projects, making it easier to create cross-database applications.
Firebase allows to build applications in real time, storing and syncing data instantly. Firebase SDK is available on the site along with a list of steps to facilitate download. Some of the resources include XCode project templates, security rules, and development guide.