Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📢wildfire-dev developer beta version #37

Open
cheng-kang opened this issue Jul 11, 2018 · 3 comments
Open

📢wildfire-dev developer beta version #37

cheng-kang opened this issue Jul 11, 2018 · 3 comments
Labels
Announcement Official announcements of this project.

Comments

@cheng-kang
Copy link
Owner

This issue is not following the template because it is an announcement. Normal issues should follow issue template.

It's been a while, but finally some major features are released in the wildfire developer beta version.

The latest version is: wildfire-dev@0.5.4.

Because we don't have a plan for public release yet, if you want the fixes of issues of previous versions or want to try the new features, please follow the instruction below to manually switch to wildfire-dev@0.5.4.

Usage

Note: the new version includes major data structure & database security rules change. To avoid damaging old data, please create a new database to run the new version. We may publish a script for migrating old data to new database in the future.

  1. Create a new Firebase / Wilddog project,copy & paste security rules

  2. Activate email-password login method in authentication.

  3. Add following code to the right place of your website:

    <div class="wildfire_thread"></div>
    <script>
      var wildfireConfig = () => ({
        useDev: true, // Use this config to activate dev version
        version: '0.5.4', // Use this config to specify specific version
        databaseProvider: 'firebase',
        databaseConfig: {
            apiKey: "...",
            authDomain: "...",
            databaseURL: "...",
            projectId: "...",
            storageBucket: "...",
            messagingSenderId: "..."
        },
      })
    </script> 
    <script src="https://unpkg.com/wildfire-comment"></script>

    New version will be using wildfire-comment to load wildfire.

New Features

Fixes

Showcase

My personal blog is using wildfire-dev@0.5.4https://chengkang.me/2017/12/19/introduction-to-wildfire/#License

@cheng-kang cheng-kang added the Announcement Official announcements of this project. label Jul 11, 2018
@ysicing
Copy link

ysicing commented Aug 12, 2018

Each article loads all comments by default.Is a bug? For example: best-practice-for-firebase-realtime-datebase-development

@cheng-kang
Copy link
Owner Author

😅ah, good spot! This is definitely a bug. Will fix. @ysicing

@cheng-kang
Copy link
Owner Author

cheng-kang commented Aug 17, 2018

@ysicing issue is resolved by wildfirejs/wildfire-comment@79ad781 and 176f83b

New version numbers are wildfire-comment@1.2.5 and wildfire-dev@0.5.6.

Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Announcement Official announcements of this project.
Projects
None yet
Development

No branches or pull requests

2 participants