Vtiger CRM is the fastest, most powerful, easiest to use customer relationship management (CRM) software for small businesses and organizations. Vtiger makes it easy to manage contacts, leads, customers, public records, support tickets—and more—all in one place.
The Firebase Realtime Database lets you build rich, collaborative applications by allowing secure access to the database directly from client-side code.
Firebase Realtime Database IntegrationsVtiger + Firebase Realtime Database
Create or Replace Firebase Realtime Database Record to Realtime Database from New Contact in Vtiger Read More...Vtiger + Firebase Realtime Database
Create or Replace Firebase Realtime Database Record to Realtime Database from New Product in Vtiger Read More...Vtiger + Firebase Realtime Database
Create or Replace Firebase Realtime Database Record to Realtime Database from New Event in Vtiger Read More...Vtiger + Firebase Realtime Database
Create or Replace Firebase Realtime Database Record to Realtime Database from New Case in Vtiger Read More...Vtiger + Firebase Realtime Database
Create or Replace Firebase Realtime Database Record to Realtime Database from New Organization in Vtiger Read More...It's easy to connect Vtiger + Firebase Realtime Database without coding knowledge. Start creating your own business flow.
Triggers when a new lead is created or existing lead is updated.
Triggers when a new Case created.
Triggers when a new Contact created.
Triggers when a new Event created.
Triggers when a new Invoice is created.
Triggers when a new Lead is created.
Triggers when a new Organization created.
Triggers when a new Product created.
Triggers when a new Service created.
Triggers when a new Ticket is created.
Triggers when a new todo is created.
Triggers on updation of a child object in firebase realtime database.
New Child Object in a Firebase Realtime Database
Creates a new Case.
Create a new Event in Vtiger.
Creates a new Organization/Account/Company.
Creates a new Product in Vtiger.
Creates a new project.
Creates a new Service item in Vtiger.
Creates a new Ticket.
Create a new To do in Vtiger.
Triggers when a new contact is created or existing lead is updated.
Creates or updates lead.
Creates a new product or updates an existing product in Vtiger.
Updates an existing project in Vtiger.
Update a selected todo in vtiger.
Creates or replaces a child object within your Firebase Realtime Database.
(30 seconds)
(10 seconds)
(30 seconds)
(10 seconds)
(2 minutes)
Vtiger CRM is an open source community version of the popular vTiger CRM. It’s a ready-to-use online customer relationship management system. It is a full-featured CRM software for small and medium-sized businesses. Vtiger is written in PHP, so it can be installed on any machine that runs PHP.
Firebase Realtime Database is a cloud database service from Google. It enables developers to store and sync data instantly with any device. It’s a NoSQL database, which means that it doesn’t use SQL to query your data.
The integration of Vtiger and Firebase Realtime Database requires two steps:
$autpoad = [ 'plugin' => 'Api/Plugin/Plugin', 'Vtiger' => ['plugin' => 'Api/Plugin/Plugin'], ]; $autpoad['plugin'] = function($className. { return include __DIR__ . '/../app/Plugin/'; } $autpoad['Vtiger'] = function($className. { return include __DIR__ . '/../app/Vtiger/'; }
Then you can write code in the plugin to manage the records in Firebase Realtime Database by using the API provided by it:
public function actionRun(){ $tradelink = VtigerEntityTradelink::find(1); $tradelink->setRecord([ 'product_id' => 5, 'description' => "Description", ]); }
Here are some details about how to use other plugins:
Plugin 1 - Add new record. $tradelink = VtigerEntityTradelink::find(1); $tradelink->setRecord([ 'product_id' => 5, 'description' => "Description", ]); Plugin 2 - Update record. $tradelink = VtigerEntityTradelink::find(1); $tradelink->setRecord([ 'product_id' => 5, 'description' => "Description", ]); Plugin 3 - Delete record. $tradelink = VtigerEntityTradelink::find(1); $tradelink->delete();
The process to integrate Vtiger and Firebase Realtime Database may seem complicated and intimidating. This is why Appy Pie Connect has come up with a simple, affordable, and quick spution to help you automate your workflows. Click on the button below to begin.