Skip to content
View MohammedFouad's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Freelancer
  • Egypt
Block or Report

Block or report MohammedFouad

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. This code is for device to device fi... This code is for device to device firebase notifications, Thanks for TVAC Studio channel for great tutorial on youtube https://www.youtube.com/watch?v=Abh3r9hh5gw&list=PLGCjwl1RrtcRHjHyZAxm_Mq4qvtnundo0&index=4
    1
    'use strict' 
    2
    // The Cloud Functions for Firebase SDK to create Cloud Functions and setup triggers.
    3
    const functions = require('firebase-functions');
    4
    
                  
    5
    // The Firebase Admin SDK to access the Firebase Realtime Database.
  2. Common Database Rules for Firebase Common Database Rules for Firebase
    1
    
                  
    2
    // No Security
    3
    
                  
    4
    {
    5
      "rules": {
  3. Design-Template Design-Template Public

    Design template using HTML and CSS

    HTML 1

  4. Android Material Design Colours Android Material Design Colours
    1
    <?xml version="1.0" encoding="utf-8"?>
    2
    <resources>
    3
    
                  
    4
    <!-- google's material design colours from 
    5
    http://www.google.com/design/spec/style/color.html#color-ui-color-palette -->
  5. ContactsDatabase ContactsDatabase Public

    Java

  6. Android-Notification-Application-using-Firebase-Cloud-Functions Android-Notification-Application-using-Firebase-Cloud-Functions Public

    Forked from usmanahmedsiddiqui/Android-Notification-Application-using-Firebase-Cloud-Functions

    Android Application to send and receive notification to the users.

    Java