Etc

Fireabse Server 연동

85chong 2022. 5. 16. 16:25
728x90
반응형
SMALL

index.html 파일

 

<!DOCTYPE html>
    <html>
        <head>
            <!-- JQuery -->
            <script src="/__/firebase/6.2.4/firebase-app.js"></script>
            <script src="/__/firebase/6.2.4/firebase-auth.js"></script>
            <script src="/__/firebase/6.2.4/firebase-database.js"></script>
        </head>    
        <body>
            Firebase Webserver
            <script type="module" src="main.js"></script>
        </body>
    </html>
</html>