Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham Kalsi committed Jan 26, 2019
1 parent ea6ca9c commit e589aa2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@

<?php
use Kreait\Firebase;

$firebase = (new Firebase\Factory())->create();
$database = $firebase->getDatabase();
$db->getReference('config/website')
->set([
'name' => 'My Application',
'emails' => [
'support' => '[email protected]',
'sales' => '[email protected]',
],
'website' => 'https://app.domain.tld',
]);


?>


<!DOCTYPE html>
<html lang="en">
<head>
Expand Down

0 comments on commit e589aa2

Please sign in to comment.