AllenYuan

index.php include firestore

May 1st, 2020
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.43 KB | None | 0 0
  1. <?php
  2.  
  3. print <<<EOF
  4.  
  5. <!doctype html>
  6. <html>
  7. <!-- The core Firebase JS SDK is always required and must be listed first -->
  8. <script src="https://www.gstatic.com/firebasejs/7.14.2/firebase-app.js"></script>
  9. <script src="https://www.gstatic.com/firebasejs/7.11.0/firebase-firestore.js"></script>
  10.  
  11. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
  12. <script src="index.js"></script>
  13.  
  14. <style>
  15. //...
Add Comment
Please, Sign In to add comment